Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #305079

    Hello,

    We noticed that on our website that when we use it on iPad, landscape, the logo gets covered by the menu items.

    Any reason why the menu items don’t shrink down to fit?

    #305178

    Hey ccarberg!

    Thank you for visiting Kriesi’s support forum.

    Please go to Enfold > Header Layout > Mobile Menu panel. Look for the Header Mobile Menu activation setting, select the second option to activate the mobile menu earlier.

    Best regards,
    Ismael

    #305184
    This reply has been marked as private.
    #305204

    Hey!

    Please try this code – it will reduce the padding of the menu items for smaller screens:

    
    @media only screen and (min-width : 768px) and (max-width : 1024px){
    .av-main-nav>li>a {
    padding: 0 8px;
    }
    }
    

    You can insert the css code into the quick css field or child theme style.css file.

    Best regards,
    Peter

    #305394
    This reply has been marked as private.
    #305571

    Hey!

    Thank you for the info.

    I edited the Quick CSS field but it’s not affecting the site because of the cache plugin. Please disable the cache plugin then we’ll check it again.

    Regards,
    Ismael

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