Align product review stars in product card

Hi guys,

Would like to align product review stars in product card to be in the middle between add to cart button and price, and must not change if product title enlarged.

Thank you,

https://allianceautoproducts.com/

1 Like

There’s two
elements in between, remove them and your review stars should be closer to the product title

In which page?

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
li.grid__item.small--one-half.medium-up--one-quarter br {
display: none;
}

Didn’t work