Hello, I was wondering how i can extend the “Add to Cart” to the full width? (right now it’s at half width) On the home page and product page? Picture below.
website: infinibuddy.myshopify.com/
Password: ccc
Hello, I was wondering how i can extend the “Add to Cart” to the full width? (right now it’s at half width) On the home page and product page? Picture below.
website: infinibuddy.myshopify.com/
Password: ccc
@Acid2Rain - add this css to the very end of your styles.css file and check
.purchase-details .purchase-details__spb--false .button--add-to-cart {width: 100%;}
@suyash1 You’re awesome! Thank you very much!