Center justify star rating in review widget

I’m using ‘All-in-one reviews’ widget. I can center justify the review text, but not the star rating.

1 Like

Hi @Mark_Day1

try this.

.es-rating-container {
  justify-content: center;
}
1 Like

Thanks, that was quick! Yes, that worked (though actually after trying it I realised that left justify looked better …)

1 Like

Hi there, @Mark_Day1 :wave:

Glad to hear that the provided code worked for you! If any further assistance is needed, we are always here to help :wink:

@Sina, a huge thank you for your quick help!

That’s fine and I’m happy :upside_down_face:
Can you mark this as solution :clap:

grafik

1 Like

@Mark_Day1
You can also try it to see if you like it better. :upside_down_face:

.es-review-content-text-container {
  text-align: center;
}

.es-review-author-block-container,
.es-rating-container {
  justify-content: center;
}
2 Likes

Aha, that’s the one! Great work! Yes, I am using your latest code, many thanks @Sina

2 Likes