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

    Hi, the shop page is not showing OK on mobile. I tried removing all the Custom CSS I have but it didn’t fix it.

    Also, the burger menu is going over the logo, how can I move the menu to the right and have the cart icon show to the left of it?

    #1036991

    Hey DROR,

    Thank you for using Enfold.

    1.) This is a screenshot of the shop page on my end.

    // https://imgur.com/a/2Uz9FcT

    Where are you testing it?

    2.) You can decrease the size of the logo to prevent the header elements from overlapping.

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

    Best regards,
    Ismael

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