Hi Team,
my menu items overlap the logo already at 1200 px width. How can I tell the theme to switch to mobile menu then instead of 990 px now? Or how can I reduce the font size of the menu items below that width? I don’t want to reduce the size of the logo.
Thanks and Cheers,
Jan :)
Hi jansthh!
Use CSS media queries to achieve these changes.
A good starting file is custom.css in your theme’s css folder.
You can also have a look at the following guides for creating and manipulating CSS with media queries:
http://code-tricks.com/css-media-queries-for-common-devices/
http://css-tricks.com/logic-in-media-queries/
Cheers!
Arvish