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?
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