Archived topic
Display add to cart panel on scroll
3 replies · Started by johnaps on October 20, 2019
Viewing posts 1–4 of 4
Hello
If you can check a product page of mine
the add to cart panel on scroll isnt being shown correctly due to making sticky the woosearch... can you help me making add to cart panel visible?
and if i can disable it on smaller screens?
Hi there,
Give this CSS a shot:
.show-sticky-add-to-cart {
transform: translateY(60px) !important;
}
Thank you!
You're welcome :)
This archived topic is closed to new replies.