Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1143484

    When I look at my website on mobile the text in my fullwidth easy slider does not resize resulting in the text being large and cut off. How would I resolve this?

    #1144053

    Hey beachcitiescryo,

    Thank you for the inquiry.

    Did you add this css code? It resizes the slideshow title to 20px.

    @media only screen and (max-width:479px) {
    .responsive #top .slideshow_caption h2 {
    	font-size: 20px !important;
    }
    }

    If you didn’t add it, use that same code in the Quick CSS field and decrease the font size value. Please don’t forget to disable the file compression settings temporarily.

    Best regards,
    Ismael

    #1144230

    Hi Ismael,

    That code works but the button gets cut off. Any way to resolve?

    #1144833

    Hi,

    Please try this CSS as well:

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption {
      padding-top:0 !important;
    }
    }

    Best regards,
    Rikard

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