Top menu items not visible on mobi

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Top menu items not visible on mobi

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15385
    productboi
    Member

    Hi there, I have menu items in the top section of the site (header menu).

    However on mobi there is no way to access these links (only the main navigation links are accessible)

    How do I fix this?

    #15409
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions-

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