Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello Shopify Community,
I hope you're doing well. I'm using the Sense theme along with the EZ Amazon Review Importer app on my Shopify store. I've enabled the "align star rating to the left" option in the app settings, and it appears left-aligned within the app.
However, on my Sense theme, the star rating is still centered. Could someone guide me on adjusting the theme settings or provide custom CSS to ensure the left alignment of the star rating within the Sense theme?
Your assistance is much appreciated!
Solved! Go to the solution
This is an accepted solution.
check this one.
.str-coter-tt {
margin-left: 0px !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Flamme1
Lets check if the app will listen to the css code, if not then you need to contact the customer support for the app. Would you mind to share your store URL? Thanks!
Sure, my store's url is flammeexquise.com
This is an accepted solution.
check this one.
.str-coter-tt {
margin-left: 0px !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you very much, It worked!