Hi,
If you have a main top menu with many items, it might be too wide for not only mobile devices but also medium browser widths.
The menu items on the left will move into and over the logo before you get a mobile menu.
How should I fix this?
Thanks and cheers
~Harry
I have the same issue on tablets. The menu runs over the logo
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1290px) and (min-width: 990px) {
.av-main-nav > li > a {
padding: 0 5px;
}
.logo * {
max-width: 70%;
top: 15px;
}}
@swhowarddesign Can you please post the link to your website?
Regards,
Yigit