Tagged: Mac
Hi
My site has 7 menu items at top… When resizing the window (too view it as a MAC book) the menu items crashes into and behind the logo?
This look messy… How do I get Enfold to wrap the menu before the crash/logo.
Using less menu items is not an option – and I don’t want sub menus :-)
Hey Peter!
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.
If that does not work, please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1200px) {
.av-main-nav > li > a { padding: 0 7px; }}
Regards,
Yigit
Hi Yigit
Thank you … That did it almost… But now I can play with the code to get the fix… Thx! You rock!