Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi! My codeless slider on the front page of my site doesn’t resize on mobile, so the photos get cut off and it doesn’t look very good. Any ideas how to make it size down on mobile so the whole images are visible? Thanks!
My website: http://www.willowbranch.com.au
Hello,
I added this code into your custom css box in General Options:
.swiper-slide {
background-size: contain !important;
}
.codeless-slider-container.swiper-parent.swiper_slider.codeless_slider {
height: 163px !important;
}
.codeless_slider_wrapper {
min-height: 100px !important;
}
.boxed_layout .codeless_slider_swiper {
min-height: 164px !important;
height: 163px !important;
}
This is the result screenshot: https://postimg.org/image/tm51sexlx/
Let us know.
Best regards!
You must be logged in to reply to this topic.