Tagged: easy slider
Hi,
Got a problem with the Easy Slider’s responsiveness on mobile phones. I have a caption set and an action button (set the same for all 4 images) and in the mobile screens the height of the slider is too short and it cuts part of the caption and the button.
How can I increase the height of the slider on mobile phones so the whole caption and button appear on mobile phones?
Thank you,
George
Hi sdbroker!
Try adding this to your custom CSS.
.avia-slideshow-inner, .avia-slide-wrap img {
min-height: 300px;
}
Regards,
Elliott
Hi Elliott,
Thank you very much… that did it!
Best,
George