Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #962132

    Hi
    I have placed a rather large logo in the header positioned above the main menu in my site. When viewed on any mobile device, the burger menu apears over the top of the logo, partially covering it up. Is there any way to move the menu above or below the logo?

    Thanks for your help and for a great theme!
    Steve Jacobs

    #962782

    Hey stevegjacobs,

    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: 767px) {
        .responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu {
          top: -55px;
          right: 36%;
    
        }
        .responsive #top .logo {
          margin-top: 50px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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