I have a Fullwidth Easy Slider with Featured (1500×430) images and two buttons. It works fine on a desktop, but when I view the page on a smartphone or a tablet, the buttons are cut off. It appears the slider is not adjusting to the screen size properly. When I use full screen slider it works. Fullwidth slider does not. Any ideas ? Thx
Hi bibbitybop,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hey!
Please insert the below css into your custom css section:
@media only screen and (max-width : 320px) {
.avia-slide-wrap {
min-height: 198px !important;
}
}
Cheers!
Dake