Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #665164

    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

    #665314

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.