Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1491241

    For some strange reason the burger menu is not showing

    #1491262

    Hey whdsolutions,

    Thank you for the inquiry.

    The mobile menu is hidden because of this css code:

    @media (max-width: 1200px) {
        .av-main-nav > li {
            display:none !important
        }
    
        .nav-toggle {
            display: block !important
        }
    }

    Please remove this css rule or adjust it properly.

    .av-main-nav > li {
       display:none !important
    }
    

    Best regards,
    Ismael

    #1491284

    I want the burger menu to appear at 1550 pixels wide

    #1491285

    All fixed – thank you :-)

    #1491288

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile burger menu not showing’ is closed to new replies.