I removed the last slide from the mobile view, but the white box remains.
I would like to completely eliminate the slide only from mobile.
flowprocess.it
Can you help me?
Hello,
I see. Please try adding this css into your Cusotm Css box:
@media (max-width: 991px){ .cl_slider-force-fullheight .swiper-slide.cl-slide.cl-slide-animation.animation--none:nth-child(3) { display: none; }}
Let me know. Best regards!
You must be logged in to reply to this topic.