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. In collections and product page. No global codes please that affect other modules.

Thank you,

https://allianceautoproducts.com/

@Alliance

do you want to do that

Hello @Alliance

Its Artzen Technologies! We will be happy to help you today.

  1. Go to online store > theme > Edit code > Assets > theme.scss (file) and Paste the below code at bottom of the file → Save
.page-container .spr-badge{
    margin-bottom: 15px;
}
#shopify-section-product-recommendations .grid--uniform br{
 display: none;
}


Let me know if need further assistance

Regards,

Artzen Technologies

@Alliance

Please add the following CSS code to your assets/theme.css bottom of the file.

.spr-badge { margin-bottom: 20px !important;}

Thanks!

I would like to align Product Review Stars status title to be under the stars In Product Card in collections and product page to that all stars in all products cards are aligned and in the center, in mobile view.