Reply 199918 to: ARROWS DON'T APPEAR ON MOBILE VERSION

Avatar: Rose Tyler
Rose Tyler
Support staff
September 25, 2018 at 13:32

Thanks for letting me know.
Please change this previous code:

@media only screen and (max-width: 768px){
   .single-product .carousel-area .owl-nav {
       display: block !important;
   }
}

to:

@media only screen and (max-width: 768px){
    .carousel-area .productCarousel .owl-nav {
       display: block !important;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.