Hi, the homepage of my website (in private content) when displaying on mobiles, the text of the fullwidth slider is overlapping the image in a big fontsize, and it is not readable….how to solve it?
Thanks in advance!
Hey ftt123,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.avia-slideshow-slide .avia-caption-content p {
font-size: 18px;
}
}
Best regards,
Rikard
Thanks Rikard but it doesn’t work. I had also added this code, maybe it is the reason?
/* CSS – Fullwidth Easy Slider text */
/* Easy slider title */
.av_slideshow_full .avia-caption-title,
.av_slideshow_full .avia-caption-content p {
text-transform: none;
}
/* End CSS */
Hi,
Thanks for the update. Could you post a screenshot highlighting the problem please?
Best regards,
Rikard
Hi,
Thanks for that, but I can’t see any overlappning text in the screenshot? What exactly are you looking to change? If you want to use a different image then you could copy the element in question then hide/show the slider for different screen widths in the element options.
Best regards,
Rikard