Shopping cart icon on mobile

I just realized that the cart is not there on mobile. Where is it?

Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
  • www.batsiolasmills.gr
    If you resize you see that at some point the cart is gone. I m pretty sure it was not like this
  • Please paste this code into the Theme Options > Custom CSS & JS > CSS
    @media (max-width:767px){
    .mobile-tb-hide #Top_bar .top_bar_right{
    display:block !important;
    }
    }
    Thanks
Sign In or Register to comment.