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

    Hi,

    in the mobile view, the burger menu and the shopping cart symbol overlap another.
    How can I change that?

    Thank you for your help.

    #1036658

    Hey a-l-p,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:479px) {
      .responsive #top .logo {
        width: 60%;
      }
    
      .responsive #top #wrap_all .main_menu {
        right: 32px;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1037538

    Hi Nikko,

    it works perfect!
    Thank you!!

    Best regards,
    Andreas

    #1037569

    Hi Andreas,

    Glad that we could help :)
    Feel free to create a new thread if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Overlap Mobile menu and shopping cart’ is closed to new replies.