0
Fixed

Mobile shifts

OviZib Contact 3 years ago updated by Josh 3 years ago 3

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,

Under review

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 !