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

    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?

    #1469424

    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

    #1469461

    Unfortunately, it did not resolve the issue. Hoping we can find a fix!

    #1469470

    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

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