Hello! Just want to ask why on mobile, my main sidebar (About Us, Inventory etc) font size is smaller than the supposed “dropdown” (Art, Asian etc) and how do I fix this?
Hey findweat,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#top .widget_nav_menu li {
font-size: 17px;
}
}
Best regards,
Rikard
Unfortunately, it did not resolve the issue. Hoping we can find a fix!
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.html_av-overlay-side-classic #top .av-burger-overlay .avia-menu-text {
font-size: 17px;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike