Tagged: easy slider
Good day,
I actually wanted to raise an issue with easy slider not being responsive
As i had made use of it by adding an image and added a few capture text sadly i found it was not well responsive to mobile because the text found in the image we not printed all out;
As i expected it would likely decrease the text font as the image would be displayed on a mobile cell
I have added the few of the links in the private content field;
you would see how the text becomes unresponsive with the slider when using inspect found on google chrome and reduce website size gradually
thank you
Hope to hear from you soon and if possible is there a code or some thing i can do to make it all responsive .
I do not wish to reduce my text length
Hey specialosis,
Thank you for using Enfold.
This css code should decrease the font size of the title and caption on mobile view.
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption .avia-caption-content {
font-size: 11px !important;
}
.responsive #top .slideshow_caption h2 {
font-size: 16px !important;
}
}
You can also hide that particular slider and replace it with a full screen slider on mobile view.
Best regards,
Ismael