I am looking to make the cart drawer sticky on the header and footer on dawn theme and only the products in the middle are able to scroll it works automatically for mobile but not desktop
password samurai
I am looking to make the cart drawer sticky on the header and footer on dawn theme and only the products in the middle are able to scroll it works automatically for mobile but not desktop
password samurai
I am from Mageplaza - Shopify solution expert.
You can add the following css code to the base.css file to work as your desired
@media screen and (max-width: 480px){
.section-header.shopify-section-group-header-group {
top: 0;
}
.shopify-section.cart__footer-wrapper{
position: sticky;
bottom: 0;
}
}
Please let me know if it works as expected!
Best regards!
Hi @undercoverfresh , thanks for reaching out.
Regarding your concern, you can follow the instructions in this video.
I hope my information is helpful to you.
Liz