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
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
1 Like
It’s good! Thank you so much.
2 Likes
You’re always welcome
1 Like