Hi there, I did search the threads for this issue, and applied the suggested Quick CSS:
@media only screen and (max-width: 1100px) {
.av-main-nav > li > a {
padding: 0 6px;
}}
And I have the Browser width below 990px selected in Mobile Menu section of theme options. I have cleared cookies and refreshed browser several times, but the logo still overlaps logo in horizontal mode. Any ideas?
Hey MICHAELWINN!
try this code instead:
@media only screen and (max-width: 1100px) {
nav.main_menu {
top: 18px;
}}
Cheers!
Andy