Archived topic
Search and basket swapping places on sticky menu from main nav
3 replies · Started by Matt on January 29, 2020
Viewing posts 1–4 of 4
Hey,
The search icon and the basket icon are swapping places on the main nav to the sticky nav.
I can't work out where I need to sort this? Thanks in advance.
Hi there,
how odd.... seems like CSS order has got a bit messed up.
Add this CSS to stop that from happening:
.main-navigation li.wc-menu-item {
float: right !important;
}
Awesome, that's done the trick. Thanks for that.
You're welcome
This archived topic is closed to new replies.