Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #885096

    Hi,
    How do I now change the size at which the mobile menu kicks in?

    I used to use a media query below, but it doesn’t work since the burger menu changes earlier in the year.

    @media screen and (max-width: 1210px) {
    #advanced_menu_toggle { display: block !important; }
    nav.main_menu { display: none !important; }
    }

    Ideally, I would like to to kick in at 1210px wide – the client has a big logo.

    Thanks

    • This topic was modified 6 years, 11 months ago by jonrouse.
    #885102

    Hi,
    I found the code I should be using on another thread, but…

    
    @media only screen and (max-width: 1210px) {
    .av-main-nav > li.menu-item-avia-special {
        display: block;
    }
    .av-main-nav > li.menu-item {
        display: none;
    }}
    
    

    but I the text in the burger menu is very small now, can you help!?

    #885426

    Hi,

    Thanks for the link though your site is not loading at all on my end, could you check please?

    Best regards,
    Rikard

    #885487

    Thanks for getting back to me. Enfold has changed a bit since I last built a site using it, I think I found what I need in the Advanced settings.

    #885562

    Hi jonrouse,

    Looks like you got it working! Great job! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #885618

    Yes, thanks Victoria. Enfold keeps changing, and I found the advanced settings to make the text in the burger menu bigger.

    Thanks so much :)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Overlapping Menu’ is closed to new replies.