Hello,
I have problem with slider text. text is not responsive on mobile phone . I cant see whole text only part of text.
Can you please take a look?
Regards
Hey Zaccc,
I seem to be able to see the slider text, please see the screenshot in the Private Content area.
Best regards,
Mike
Hi Mike ,
My mistake I didn’t give correct links , sorry.
Hi,
Thanks for the links to your pages, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 425px) {
#top #wrap_all #main .avia-slideshow .av-slideshow-caption .avia-caption-title,
#top #wrap_all #main .avia-slideshow .av-slideshow-caption .avia-caption-content p,
#top #main .avia-slideshow .av-slideshow-caption .avia-caption-content {
font-size: 20px;
margin: 0;
}
.html_header_transparency #top #main .avia-builder-el-0 .slideshow_caption {
padding-top: 0;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike