Hey, could I get some code to be able to edit the padding above the “your cart” header here?
thanks!
website: www.stagtis.com
Hey, could I get some code to be able to edit the padding above the “your cart” header here?
thanks!
website: www.stagtis.com
Hello @Stagtis ![]()
In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
#shopify-section-template--20630221193491__cart-items .title-wrapper-with-link {
margin-top: 32px !important;
}
You can change the gap value in the code. Hope that helps!
Thanks again bro, have a great night
You are welcome ![]()