Hi there,
how can I change the size of the menu for display on iPad or tablet?
Is it possible to get the menu in one row?
Thanks in advance and have a great day!
Andreas
Hi a-l-p!
It would be best to hide that and display the responsive menu instead on that screen size. You can do this with the following CSS.
@media screen and (max-width: 900px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
And then play around with the 900px value to match the size of your ipad screen.
Best regards,
Elliott
Hi Elliott,
thanks a lot for the fast reply. :)
I’ll try it with some different sizes…
Thanks again and have a great day!
Best regards,
Andreas