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

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

Solved

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

Flamme1
Tourist
3 0 3

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!

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10211 2427 3079

This is an accepted solution.

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;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1700500307455.png
  • I check that there is a big margin-left on star it the reason why its not on the left. If this one wont work, i advice contact the app customer service. Thanks!

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Flamme1
Tourist
3 0 3

Sure, my store's url is flammeexquise.com

Made4uo-Ribe
Shopify Partner
10211 2427 3079

This is an accepted solution.

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;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1700500307455.png
  • I check that there is a big margin-left on star it the reason why its not on the left. If this one wont work, i advice contact the app customer service. Thanks!

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Flamme1
Tourist
3 0 3

Thank you very much, It worked!