How can I add some spacing between these stars and the price?
too close to each other
Password: VIP
A user seeks to add spacing between star ratings and product prices on their Shopify store, as shown in provided screenshots indicating the elements appear too close together.
Proposed Solutions:
base.css file targeting .loox-rating class with margin-top: 20pxcustom.css file when base.css cannot be located.product-block.product-block--price with margin-bottom: 20px !importantCurrent Status:
base.css file in their theme editorThe discussion remains open with multiple CSS solutions provided, though implementation confirmation is pending.
@EzelLondon - please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css
.loox-rating.loox-rating-hp{margin-top: 20px;}
cant find base.css
@EzelLondon put it in custom.css and check
Hi @EzelLondon
To complete your requests, please follow these steps:
.product-block.product-block--price {
margin-bottom: 20px !important;
}
Here is the result: https://prnt.sc/Ql_tzd9di20B
I hope it helps
Best,
Daisy
Hey @EzelLondon ,
This is Sara from the Loox team here ![]()
The theme customizer doesn’t always reflect margins and spacing accurately, but I took a look at your site and saw that the spacing looks great on your live page:
If you still want help adjusting this further, please feel free to reach out to our support team at the email that appears below- we’d be happy to help you!