Google review windows cut off, incorrectly displayed

The Google review widget no longer displays posts entirely. The windows are cut off and truncate the messages on all the pages of my website: www.echopoche.com
How do I restore the widget to normal operation?

all pages of my web site www.echopoche.com (on the footer)

1 Like

Hi @WilliamsSPES :wave:

I am really sorry about this issue!

I’ve sent your request to our devs and, hopefully, they’ll come up with a solution really soon. I’ll keep you posted here!

@WilliamsSPES The issue is fixed!

We’ve added these styles to the Custom CSS field on the Appearance tab:

.global-styles,
.elfsight-app-831ff536-ed8d-45c9-b53f-70a308e270ca .swiper-slide {
	height: auto !important;
}

Please check your website and let me know if you like what you see :slightly_smiling_face:

Max

Hello and thank you for your CSS code. It is very good but unfortunately I have installed it on all consent widget modules and I see that it only works on some and not on others. Example that does not work on the pages below

https://www.echopoche.com/sacs-publicitaires/sac-kraft-poignees-torsadees/#Avis-et-comments

https://www.echopoche.com/sacs-publicitaires/sac-kraft-poignees-torsadees/flexographie#Avis-et-comments

https://www.echopoche.com/sacs-publicitaires/sac-kraft-poignees-plates/#Avis-et-comments

https://www.echopoche.com/sacs-publicitaires/sac-kraft-poignees-plates/prix-economique#Avis-et-comments

https://www.echopoche.com/sacs-publicitaires/sac-papier-luxe/#Reviews-and-comments

I have well taken into account the encryption of each widget application number as you will be able to see in the appearance tab adding CSS code and despite this your code does not seem to want to work correctly on the web pages that I have noted to you above.

Can you see and fix what is not working, thanks in advance

Best regards

image001.png

1 Like

@WilliamsSPES I am so sorry!

I’ve informed our devs about the issue. I’ll get back to you once I receive any news.

I’ve checked the CSS codes and found the reason for the issue.

Here you had to add spacing:

In some widgets, you’ve used wrong widget IDs.

I’ve adjusted the codes and everything seems to be working fine now.

Please check it and let me know how it works.