Viewing 4 posts - 1 through 4 (of 4 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 :-)

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.