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?
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
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.