Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #444235

    Hello,

    We notice that the Main menu is displayed on top of logo on screen sizes like the iPad.

    How can we fix that?

    Regards,

    Adam

    #444326

    Hi yoeladam!

    Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.

    Cheers!
    Yigit

    #444338
    This reply has been marked as private.
    #444343

    Hi!

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

    @media only screen and (max-width: 990px) and (min-width: 768px) {
    #menu-item-shop.cart_dropdown {
      right: 40%;
    }}

    Cheers!
    Yigit

    #444353

    Perfect, now it’s ok.

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Main menu displays on top of logo on iPad’ is closed to new replies.