Archived topic
eCommerce menu opens on left side instead of ride side
1 reply · Started by Jin on December 22, 2022
Viewing posts 1–2 of 2
Hi installed GeneratePress to use on an eCommerce website here.
The problem is that when you hover over the "Cart" icon, the dropdown opens on the left instead of the right.
How can I fix this?
Thanks
Hi Jin,
Try this CSS:
.wc-menu-item.has-items:hover div#wc-mini-cart.wc-mini-cart {
left: 0;
right: auto;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.
