Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #683323

    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!

    #683953

    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

    #683956

    Hi Rikard, Yes. Please see below for a link to the screenshot. Thank you!

    #685489

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.