how to remove cart from nav bar
-
After a woocommerce update, a cart started appearing on the right side of my nav, even when empty. I was given the fix below earlier. The CSS fixed the cart display (made it so it wasn’t visible), but it leaves a large amount of white space to the right of my menu, which is now unusable for the nav tabs. Is there another way to fix this that totally removes the cart from the nav area and free up that nav space?
.main-navigation .primer-wc-cart-menu
{
margin-left: -150%;
}
.entry-title {
margin: 0 0 .275em;
}The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘how to remove cart from nav bar’ is closed to new replies.