Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #708517

    Hi there,

    I tried to look through all the forums, but couldn’t find anything that works for me.
    My e-commerce is with ecwid.com and on mobile there is no shopping cart showing to the customers.
    I’d love to add a shopping cart somewhere in the header of the website and link it to the store shopping cart.
    Is that something we can do??

    My website is: http://my3dconcepts.com

    Thank you in advance for the help.

    #708659

    Hey nelninio!

    Hey there,

    Please add and let us know if it is working

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown {
        display: none !important;
    }
    
    .responsive #top .cart_dropdown.av-display-cart-on-load {
        display: block !important;
    }
    }

    Cheers!
    Basilis

    #710945

    Nope It didn’t work, but I found another solution!
    Thank you so much!

    #711086

    Hi,

    Glad that you sorted it out :)

    Best regards,
    Nikko

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