Images carrousel => very bad style on mobile
-
Dear,
Please check the link in private in mobile view.
You’ll see an Images carrousel, but on mobile it really looks not nice at all. Why you add this kind of shadow? it’s not beautiful, how can I remove this?
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 1024px) {
.website-wrapper .disable-owl-mobile .owl-carousel {
-webkit-mask-image: none;
mask-image: none;
}
}
Best Regards
Perfect, this is much better.
I don’t understand why this is not the default behavior ? The “mask” that you’re adding on mobile is really aweful to be honest, it doesn’t look nice for mobile.
Thanks
Hello,
We will take this into consideration. If you have any questions please feel free to contact us.
Best Regards
Ok, please close this ticket, thanks.
The topic ‘Images carrousel => very bad style on mobile’ is closed to new replies.