Shopify Charge Theme (Price aligned & fix hover)

Hi,

I am having issues with shopify charge theme homepage. The prices are not aligned (you will see some are higher than others) also when hovering on each one…the add to cart covers some of the products. The product card overall needs adjustment

This is the link
https://undigabledigs.com/

Please help

Hi @NeginA

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > style.css and paste this at the bottom of the file:
.grid-item.reveal-item .item-link {
padding: 0.6rem!important;
}
.grid-item.reveal-item .item-title {
min-height: 40px!important;
}

Can I ask how you got the price to show? Im struggling to find out how. No options on the theme. looks like I have to code it in. any ideas? Thanks