Private: Home › Forums › HTML Templates › Mixed Modern and Professional HTML Template › Changing width of when Menu Bar is replaced by Open Menu Button › Reply To: Changing width of when Menu Bar is replaced by Open Menu Button
March 12, 2015 at 7:30 pm
#2468
Participant
Hello,
Could you check this topic http://pixel-industry.com/web/forums/topic/changing-nav-menu-bar/#post-1852 and apply the code changes?
Also, add the following code to your responsive.css file to keep the menu button visible until 350px:
@media only screen and (min-width: 350px) and (max-width: 767px) {
#dl-menu {
display: block;
max-width: 260px;
}
}
Let me know if it works for you,
Robert