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

    On Mobile, the burger menu icon is over the logo. How can I fix this or move the menu to the right side or logo smaller?

    #1087638

    Hey bemodesign,

    Add this to quick css:

    @media only screen and (max-width: 767px)
    .responsive #top .logo {
    width:50%!important;
    }}

    Best regards,
    Jordan Shannon

    #1087836

    I added this and it is in the same spot, over the logo and to the left of the shopping cart icon.

    #1087952

    Hi bemodesign,

    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: 30%;
          margin-top: 20px;
      }
    }
    @media only screen and (max-width: 767px) {
       .responsive .logo img {
          width: 70%;
          margin-top: 13px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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