Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 768px){
body .owl-carousel .owl-nav > div {
visibility: visible;
opacity: 1;
-webkit-transform: none;
transform: none;
pointer-events: visible;
}
body .woodmart-carousel-spacing-20 .owl-nav>div[class*=prev],
body .woodmart-carousel-spacing-30 .owl-nav>div[class*=prev]{
left: 0;
}
body .woodmart-carousel-spacing-20 .owl-nav>div[class*=next],
body .woodmart-carousel-spacing-30 .owl-nav>div[class*=next]{
right: 0;
}
}
Please set “Disable OWL Carousel script on mobile devices” ON in the Theme Settings > Perfomance > JL>
P.S. You have duplicated the message in another thread, I will delete it from there.
Best Regards