Home Forums WoodMart support forum Images carrousel => very bad style on mobile

Images carrousel => very bad style on mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #322068

    Jeriss Cloud Center
    Participant

    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.
    #322182

    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

    #322199

    Jeriss Cloud Center
    Participant

    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

    #322277

    Hello,

    We will take this into consideration. If you have any questions please feel free to contact us.

    Best Regards

    #322293

    Jeriss Cloud Center
    Participant

    Ok, please close this ticket, thanks.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Images carrousel => very bad style on mobile’ is closed to new replies.