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.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024