Hi,
The menu overlaps the logo on tablets of our website. Tried the following options, but unformtunately no results:
1. Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation -> CHECK
2. Added following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1100px) {
.av-main-nav > li > a { padding: 0 7px; }
}
> sign was not converted in Quick CSS field
So now we need your help :-)!
Thanks in advance.
Cheers,
Meerte
Hey meertevanduuren!
Please add following code to Quick CSS as well
@media only screen and (max-width: 1024px) and (min-width: 990px) {
.av-main-nav>li>a { font-size: 12px; }
.logo * {
max-width: 75%;
top: 16px;
}}
Regards,
Yigit
