Reviews Widgets displayed only half

I am using three review widgets (Opentable, Tripadvisor, Google), but only a section of each widget is displayed as if it were cut in half. The page is made in HTML and CSS for the styles.
[

1 Like

Hey there @Ivan_Zavala :wave:

There was a conflict with your website’s styles. We’ve fixed the issue by adding this code to the Custom CSS field on the Appearance tab of your widget’s settings:

.es-main-container * {
  text-align: left;
}

.swiper {
	width: auto !important;
}

Please check your widgets and let me know if they are fine :slightly_smiling_face:

Thank you so much, Max! My problem seems to have been resolved. :ok_hand: :100:

1 Like

That’s awesome!

You are always welcome :wink:

1 Like