Flexible Positioning for Google Reviews Header

A useful improvement for Google Reviews integration would be the ability to position the header either above or below the reviews. Offering a simple setting to choose between “Top” and “Bottom” placement would provide businesses with greater customization and improve readability, ensuring better alignment with various website designs.

2 Likes

Hi there, @Tobias_Klass :wave:

Great idea, thanks for sharing! Let’s see if others would like to have such a setting too :slightly_smiling_face:

In the meantime, we’ll be happy to provide you with a custom solution. Would you like to place the header under the pagination (1) or between pagination and reviews (2)?

1 Like

Hi Max,

thanks for reaching out. I would like to place the header under the pagination (1).

All the best
Tobias

2 Likes

Wow, I’m really impressed by how quickly you guys reacted and provided the custom solution. Thank you so much! This is great!

Best

Tobias

3 Likes

Hi @Tobias_Klass :wave:

Yep, glad to hear that you like the result!

Just in case, here is the code we’ve added to the Custom CSS field on the Style tab of your widget’s settings:

.es-main-content {
  display: flex;
  flex-direction: column-reverse;
  gap: 36px
}

.es-header-component-top {
  margin: 0;
}
1 Like