Shopify themes, liquid, logos, and UX
Hi there, I would like to know how to add a sticky add to cart on mobile. I would like to have it like https://eu.representclo.com/products/team-247-long-sleeve-t-shirt-black
My website: www.auntclothing.com
Let me know if you have a code
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hello @Zakariatheguy ,
Add this CSS in base.css
@media(max-width: 479px){
.product-form__submit.button.button--full-width.button--primary {
bottom: -16px;
left: -15px;
position: fixed;
right: -15px;
-webkit-transition: width .4s ease,right .4s ease,left .4s ease;
-o-transition: width .4s ease,right .4s ease,left .4s ease;
transition: width .4s ease,right .4s ease,left .4s ease;
width: calc(100% + 30px);
z-index: 10;
border-radius: 0px;
}
}
This is an accepted solution.
Hello @Zakariatheguy ,
Add this CSS in base.css
@media(max-width: 479px){
.product-form__submit.button.button--full-width.button--primary {
bottom: -16px;
left: -15px;
position: fixed;
right: -15px;
-webkit-transition: width .4s ease,right .4s ease,left .4s ease;
-o-transition: width .4s ease,right .4s ease,left .4s ease;
transition: width .4s ease,right .4s ease,left .4s ease;
width: calc(100% + 30px);
z-index: 10;
border-radius: 0px;
}
}
Thanks that works. Do you know how to do it like https://eu.representclo.com/products/team-247-long-sleeve-t-shirt-black first its sticky then its fixed and when you scroll further it's sticky again. Just like the example. You have to see it on mobile btw.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024