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

    Hi guys!
    The woocommerce cart has stopped following me when I scroll, at some point. I have reinstalled the theme, woocommerce and wordpress but no luck. Can this be fixed?
    Thank you!

    Kind regards,
    Lucian

    #583393

    Hi Lucian!

    Not sure if you got this resolved but if you use a sticky header the cart will be visible on scroll.
    To make the header sticky in mobile please add the below code to Enfold > General Styling > Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        position: fixed!important;
        }
    }
    

    Regards,
    Vinay Kashyap

    #583411

    Thank’s a lot!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce cart’ is closed to new replies.