Display problem Google review

hello, I have a problem displaying the google review widget on my site. the text of the reviews does not go to the line.
thanks in advance
pierre

2 Likes

Hey, @Pierre_Couve :waving_hand:

Maybe try this script, if it doesnt work, please tell me! :slight_smile:

.elfsight-widget .review-text {
  white-space: normal !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
}

And welcome to our community! :slight_smile:

1 Like

I maxim
First thx for your help but that don’t work.

3 Likes

@Pierre_Couve welcome from me too :clap:
the layout is influenced by your style.css line 129

.swiper-slide {
  white-space: nowrap;
}

try this. Copy this code in the Custom CSS Field in the Widget setup.

[class*="ReviewAlignContainer__Container-sc"]{
white-space: normal !important;
}
4 Likes

Whaou !!! thank’s that work
:star_struck:

5 Likes

Oh… sorry that the script doesnt work. But yea, you have a new script from @sina !
Thanks for telling! :slight_smile:

1 Like

Hi there, @Pierre_Couve :wave:

Happy to see that your issue has been resolved! If anything else comes up, we’re always here to help :wink:

Guys, @Sina, @maxim, a huge thank you for your responsiveness and prompt help!

1 Like

@Max!
No Problem, im always here to help! :slight_smile: