Google Reviews widget isn't displaying full-width (Wordpress/Breakdance)

I’ve pasted the Google Reviews widget embed code and it’s not displaying correctly. It’s full-width, and its parent container is 1200px wide. But it’s showing up as a single column of reviews instead of being a wide grid.

2 Likes

Hi there, @Steve_Adams :wave:

Apologies for the inconvenience!

We’ve fixed the issue by adding this code to the Custom CSS field on the Style tab of your widget’s settings:

.global-styles, [class*='elfsight-app-f8049c38-2de9-47f5-a4db-082073088864'] {
  width: 100%!important;
}

Please check your website and let me know if it’s fine now :slightly_smiling_face:

1 Like

It’s good! Thank you so much.

2 Likes

You’re always welcome :wink:

1 Like