Archived topic
Mobile Navigation WC cart icon looks weird!
2 replies · Started by Simon on May 20, 2017
Viewing posts 1–3 of 3
Hi Tom Usborne, I just noticed something really critical...In my second website I have the WC activated, but the cart icon remained on the navigation next to search button. How do I move it inside the hamburger menu?
Try this:
@media (max-width: 768px) {
.mobile-bar-items.wc-mobile-cart-items {
display: none;
}
body nav .main-nav li.wc-menu-item {
display: block !important;
}
}
Works like magic, thx Tom!
This archived topic is closed to new replies.