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

    The logo and my navigation are overlapping when i resize the site. So i decided to to display the mobile menu a little bit earlier.
    I don’t want to change paddings, logo size and position or something else …

    I need only a solution that set the size of the grid, when my mobile menu has to be shown!
    Like … when site is 980px than show mobile menu else show normal menu … thats all
    Found nothing here … :-(

    Solution for this? I think some Users need the same.

    See my problem here: http://nordstrand-krubasik.de

    • This topic was modified 9 years, 11 months ago by docperi.
    #370789

    Hi Mario!

    Try adding this to your custom CSS.

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

    Best regards,
    Elliott

    #370973

    Thats it :-)
    Thank you

    #370975

    aaaaaaaaaaa…… just one Problem … i see the mobile menu now . But on click it doesnt opens …. ?

    #371025

    i fixed it :-) Can be closed

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Display the mobile menu when i like it …’ is closed to new replies.