Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

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

#2468
Robert Kavgić
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