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

    Hello,

    When I try to view my website on ipad, the menu items overlap the logo. The header menu items also bunch up and overlap.

    I have searched the forums to find code but the one provided isn’t working.

    Please help.

    #382847
    This reply has been marked as private.
    #382865

    Is there a way to change the font size on tablet compared to desktop?

    #383167

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1160px) {
    .av-main-nav > li > a { padding: 0 7px; }
    .av-main-nav > li > a { font-size: 13px!important; }}

    Regards,
    Yigit

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