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
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
Thats it :-)
Thank you
aaaaaaaaaaa…… just one Problem … i see the mobile menu now . But on click it doesnt opens …. ?
i fixed it :-) Can be closed