[Resolved] Mobile Navigation WC cart icon looks weird!

Home Forums Support [Resolved] Mobile Navigation WC cart icon looks weird!

Home Forums Support Mobile Navigation WC cart icon looks weird!

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #321330
    Simon

    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?

    #321332
    Tom
    Lead Developer
    Lead Developer

    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;
        }
    }
    #321334
    Simon

    Works like magic, thx Tom!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.