I’m using ‘All-in-one reviews’ widget. I can center justify the review text, but not the star rating.
1 Like
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
Glad to hear that the provided code worked for you! If any further assistance is needed, we are always here to help
@Sina, a huge thank you for your quick help!
That’s fine and I’m happy
Can you mark this as solution
1 Like
@Mark_Day1
You can also try it to see if you like it better.
.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