Hi,
The submenu background color appears fine in some cases but doesn’t appear at certain smaller widths, 750px to 970px. Could you please advise as to how to get the background color to appear?
Thank you very much for your help!
Hi designyvr,
I can see the same background colour on all screen width, could you try clearing your browser cache and reload a few times to see if that works please? If not then post a screenshot of the issue and in what browser you are seeing it.
Thanks,
Rikard
Hi Rikard, Yes. Please see below for a link to the screenshot. Thank you!
Hi,
Sorry for the late reply, please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (min-width: 750px) and (max-width: 970px) {
#top .av-subnav-menu > li > a {
padding: 0px 10px 0px 0px !important;
}
#menu-skin-rejuvenation .avia-menu-text {
font-size:14px !important;
}
}
Cheers!
Rikard