Header menu responsiveness

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15364
    schedulepa
    Member

    Hi,

    The header menu doesn’t show when responsive. How can I fix this?

    See http://www.newchabura.com for an example.

    #15372
    Veena
    Moderator

    Pls insert the below custom CSS in themeoptions –

    @media only screen and (max-width: 1200px)
    #primary-menu {
      display: block;
    }
    
    #15381
    schedulepa
    Member

    That didn’t work. It also made the submenu disappear when responsive.
    I’m referring to the header menu with the menu items “Contact Us” and “Participant Login”.

    #15398
    Veena
    Moderator

    Pls use this custom CSS in themeoptions –

    @media only screen and (max-width: 767px){
    #header-menu.dropdown-menu-wrap {
      display: inline-block !important;
    }}
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.