Hi there,
When I view my website on my mobile phone, or when I shrink my window, the shopping cart seems to overlap with the logo as seen in this image:
Is there a way that the menu and cart doesn’t overlap with the logo?
Thank you!
Best regards,
Nelson
Hi nelsonq!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive .logo img { max-width: 70%; }}
Regards,
Yigit
Thank you so much! :)