Tagged: woocommerce cart
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
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
Thank’s a lot!!