Hello,
I am using the supply theme. My website is eccommerce.us and the password for the site is: ceheip
I would like to remove the white space in the image above marked in blue. I would also like to align the save price to the right of the product price. Any help would be appreciated!
Currently I have this css added to the bottom of my theme.scss.liquid:
.grid-item .product-grid-item > p {text-align:center}
.grid-item .product-grid-item > .product-item–price {text-align:center}
