Archived topic
Mobile menu with shopping cart layout issue at small sizes.
3 replies · Started by Laura on April 8, 2021
Viewing posts 1–4 of 4
Hi,
We're using the mobile menu with the shopping cart icon, but it's moving to two lines on smaller devices (339px and below).
Unfortunately, this website is likely to have some older clients who retain older devices (iPhone 5se etc)
I've played around with the CSS a little, but I'm honestly stumped!
Many thanks
Laura
Hi there,
try adding this CSS:
@media(max-width: 360px) {
.main-navigation .menu-toggle {
padding-left: 20px;
}
}
Make sure to clear any browser caches after :)
That's done it!
Thank you!
Glad to hear that!
This archived topic is closed to new replies.