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

    I am using the Fullwidth Easy Slider on my site. When I open the page on my iPhone or in portrait mode on my iPAD, the height of the slider is insufficient to show all of the text in the slider. How can I fix this?

    #782830

    Hey Mike,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    .avia-caption-content {
      font-size:16px !important;
    }
    }

    Best regards,
    Rikard

    #782900

    CSS Code did not fix problem.

    Solved problem by specifying minimum height of slider as 250px. This forced the slider to remain tall enough to contain all the text on an iPhone.

    • This reply was modified 7 years, 8 months ago by mikeschumann. Reason: Found fix for problem
    #783257

    Hi,

    Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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