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

    Hi, sorry, but could you give me a code to make the navi look better on the ipad? The lOgo goes over the navi.

    Thanks a lot,
    rixi

    • This topic was modified 1 day, 4 hours ago by rixi.
    #1483868

    Hey rixi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1400px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

    #1483870

    hi Rikard,
    perfect :) Thank you!

    Many regards rixi

    #1483886

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo goes over the menu’ is closed to new replies.