Is it possible to center align the header on the Google Reviews Carousel? The Google Rating and the star rating and review count?
1 Like
Hi @EXEC ![]()
Sure, here is the code you can use - Align header to the center
Please check it and let me know if you like what you see ![]()
Thank you is there anyway to center align the Google logo and rating text above the stars and count? It appears to be left aligned.

1 Like
I’ve shared your request with our dev team! I’ll get back to you once any news come up ![]()
1 Like
Thank you for waiting!
We’ve added this code to align the logo and rating text:
.es-header-info {
width: auto;
margin: 0 auto;
}
.es-google-logo {
margin-top: 7px;
}
Check it out and let me know if it helped ![]()
Thank you
1 Like
