Hi, I’ve managed to center the loox stars on the product page, however when on the home page they are aligned to the left… how do I make them central on the home page? I’ve searched all over the internet and I know it’s just a simple line of code but I can’t seem to find the code I need. Many thanks!
Hey,
Amit from the Loox here ![]()
I’d be happy to help you with this!
Please reach out to us at support@loox.io and I’d be more than happy to assist in centering the homepage ratings ![]()
Where do I place this? Tried base.css, theme.liquid and section-main-product.css… still no joy
;(
I have emailed you regarding this ![]()
Hi @Villain
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.card__information {
display: flex;
flex-direction: column;
align-items: center;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
