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

    Hello,

    Link: http://innovateads.ro/

    How to fix the fact that menu is over the logo on some tablets devices.

    • This topic was modified 4 years, 8 months ago by techplusweb.
    #1194952

    Hey techplusweb,

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

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

    Change the value 1024 to the pixel value of your choice.

    Best regards,
    Jordan Shannon

    #1194970

    Works perfectly.

    Thanks!

    #1194972

    Hi,

    No problem at all, I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘menu over logo on some tablets’ is closed to new replies.