Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1259906
    #1259988

    Hey ChichesterDesign,

    Please change this code:

    
    @media only screen and (min-width: 790px) {
    

    to this:

    
    @media only screen and (min-width: 768px) {
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1260180

    Hi Victoria, I made the change you suggested but it didn’t work the logo is still going over the top of the menu and if I change the min-width and max-width values the logo goes to the top of the page.

    #1260401

    Hi ChichesterDesign,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
      .responsive .logo img {
          width: 300px;
          margin-top: 20px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1260761
    This reply has been marked as private.
    #1261198

    Hi,

    Thanks for the update. Please try this CSS as well:

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

    #1261248
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Switch to burger menu soon without losing svg logo’ is closed to new replies.