Tagged: menu responsive
Got the theme settings as 990px but the menu is running into the logo rather than being in mobile mode when the ipad is in landscape mode.
Hi adminbandit!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 7px; }}
If that does not work, please post the link to your website
Regards,
Yigit
Hey!
I have slightly adjusted the code in Quick CSS field. Please review your website now
Best regards,
Yigit
Thanks, that has fixed it.