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

    hi, the navigation gets over the logo on a webpage when i open it on a laptop .
    Is there a code that i can always use on quick css when i have that problem or is it always different?
    Many greetings
    rixi

    #1438066

    Hey rixi,

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

    @media only screen and (max-width: 1290px) {
      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

    #1438071

    Hi Ricard,
    perfect :) Thanks a lot!!!

    Many regards rixi

    #1438217

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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