Hi there-
I would like to adjust the sizing or the cropping of my slider images for mobile. Is there anyway to have the slider resize for mobile so the whole photo is shown? Thank you!
Hello,
Add this css in your Custom Css box:
@media (max-width: 480px){ .swiper-wrapper {height: 56% !important;} .swiper-container-horizontal>.swiper-pagination-bullets {bottom: 172px !important;} .swiper-button-next, .swiper-button-prev { top: 29% !important; } }
In each slide options, edit out the Custom titles font size to match the new height of the slider, for mobile.
Best regards!
You must be logged in to reply to this topic.