
0
Fixed
Mobile shifts
When I use slides on mobile, it shifts my entire page to the left, how do I fix that ?
It's not happening before scrolling the review, but stays after.
I'm using sense theme
https://prnt.sc/3r6f9AbI-yuY
https://www.ovizib.fr/products/cozydonut-lit-pour-chat for the link of the product page.
Thanks,
Customer support service by UserEcho
Try adding this CSS to the custom CSS section for the review template.
.wprs_unslider {
margin-left: 35px;
margin-right: 35px;
}
Works perfectly now,
Thank you very much !