Archived topic
Cart icon wont go to the right of primary nav
3 replies · Started by sam on March 30, 2019
Viewing posts 1–4 of 4
Hi guys, is there any css to move the cart icon to the right but keep the menu centred? I've attached the website url
Hi there,
You can try this CSS:
.main-navigation .main-nav ul li.wc-menu-item {
position: absolute;
right: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
You're a legend, thank you!
Glad I could help :)
This archived topic is closed to new replies.