Max
November 7, 2024, 2:50pm
1
Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:
[class*="Carousel__CarouselArrowControlContainer-sc"]:first-child {
left: -45px;
}
[class*="Carousel__CarouselArrowControlContainer-sc"]:last-child {
right: -45px;
}
[class*="Main__Container-sc"] {
padding: 0 45px;
}
.es-background-container {
overflow: visible;
}
This code was working previously, but it is not functioning now. The placed carousel arrows are not showing at this time. Could you please check it? Thank you for your time and assistance!
2 Likes
Max
May 13, 2025, 3:20pm
3
Hey there, @TEAM_AWESOME
Thanks for letting us know!
I’ve shared the code with the devs and I’ll get back with the updated version tomorrow
1 Like
Max
May 14, 2025, 10:30am
4
Hi there, @TEAM_AWESOME
Here is the updated code:
[class*="Carousel__CarouselArrowControlContainer-sc"]:first-child {
left: -45px;
}
[class*="Carousel__CarouselArrowControlContainer-sc"]:last-child {
right: -45px;
}
[class*="Main__Container-sc"] {
padding: 0 45px;
}
.es-background-container {
overflow: visible;
}
Please try it out and let me know if it helped
1 Like