Center Align Header

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 :wave:

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 :slightly_smiling_face:

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.

2024-01-09_09-19-01

1 Like

I’ve shared your request with our dev team! I’ll get back to you once any news come up :slightly_smiling_face:

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 :slightly_smiling_face:

Thank you

1 Like