How do I add more padding in between the 'Add To Cart' button & the 'View All' button?


My website: https://teemania.co/en-ca

Hi @teemania

You can do that by adding this code at the bottom of your base.css file

.collection__view-all { margin-top: 40px !important; }

Hi @teemania

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the base.css file:

.quick-add {margin: 0 auto !important;width: 60% !important;}

Regards,

San