Gallery of images with noticeable arrows in the mobile and full version
-
Tell me the code CSS for
Gallery of images with noticeable arrows in the mobile and full version
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
@media (max-width: 768px){
body .woodmart-carousel-spacing-20 .owl-nav > div[class*="prev"],
body .woodmart-carousel-spacing-30 .owl-nav > div[class*="prev"] {
left: 0px;
}
body .woodmart-carousel-spacing-20 .owl-nav > div[class*="next"],
body .woodmart-carousel-spacing-30 .owl-nav > div[class*="next"] {
right: 0px;
}
}
body .owl-carousel .owl-nav > div, .show-arrow .wrap-loading-arrow > div {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
pointer-events: visible;
}
Best Regards
it helped for a computer, but not for mobile devices, for some reason
file
Attachments:
You must be
logged in to view attached files.
Hello,
You have disabled carousel script on mobile, you need to keep it enabled as shown http://prntscr.com/qlo8xr
You can find this feature in the Theme Settings > Performance > JS
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Gallery of images with noticeable arrows in the mobile and full version’ is closed to new replies.