Hi,
I have added easy slider to my pages and on my ipad and iphone the text and buttons are not automatically resized, it is cut off.
It doesn’t matter if I change the font size to standard or to 10px or 22px the problem stays.
Please advice me on this.
Thank you.
B
Hey Bo,
try this code inside Quick CSS:
@media only screen and (max-width: 767px) {
#full_slider_1 {
height: 100px;
}}
and adjust as needed.
Best regards,
Andy