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?
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
Hi Ismael,
That code works but the button gets cut off. Any way to resolve?