Archived topic
Sticky add-to-cart on mobile - iOS Chrome vs. Safari
5 replies · Started by Tim on May 27, 2021
I have sticky add to cart activated and on my iPhone, if I use Chrome it's placed at the bottom of the screen but if I use Safari it's placed at the top of the screen blocking my content.
I would like it to also be placed at the bottom when using Safari or any other browser for that matter.
Why is this and how can I fix it?
Hi Tim,
I tried both on chrome and safari on my iPhone, and both of the sticky add-to-cart were showing on top where they should be.
Are you trying to move the sticky cart to the bottom?
Let me know.
Yes, that's what I want. At the bottom on all devices/browsers (on mobile)
Give this CSS a try:
body .add-to-cart-panel {
top: unset;
bottom: 0px;
}
That worked perfectly, thanks :)
No problem :)