How to align star rating to the left on sense theme?

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!

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

check this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.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!