Hey,
starting at 399 pixel my logo the menu and the cart icon overlap.
I figured it can be solved if the logo would be left-aligned and the cart would maybe slide one row down. Is that shomehow possible?
Cheers
Hey ibetubet,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 400px) {
.responsive .logo img {
max-width: 70%;
}
}
Best regards,
Rikard
Works!
Thank you very much!