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
maxim
(Maxim Smith)
2
Hey, @Pierre_Couve 
Maybe try this script, if it doesnt work, please tell me! 
.elfsight-widget .review-text {
white-space: normal !important;
word-wrap: break-word !important;
word-break: break-word !important;
}
And welcome to our community! 
1 Like
I maxim
First thx for your help but that don’t work.
3 Likes
Sina
(Sina)
4
@Pierre_Couve welcome from me too 
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

5 Likes
maxim
(Maxim Smith)
6
Oh… sorry that the script doesnt work. But yea, you have a new script from @sina !
Thanks for telling! 
1 Like
Max
7
Hi there, @Pierre_Couve 
Happy to see that your issue has been resolved! If anything else comes up, we’re always here to help 
Guys, @Sina, @maxim, a huge thank you for your responsiveness and prompt help!
1 Like
maxim
(Maxim Smith)
9
@Max!
No Problem, im always here to help! 