Tagged: easy slider, responsive
Easy slider does not scale to fill page or scale to display text properly on mobile browsers.
Using browsers on both iOS and android. Tested on Firefox, Chrome and Safari.
Page i’m working on – http://www.afa.org.sg/wordpress/whatwedo/support/ats/
this page is a page with sidebar.
Is there a setting i missed out or should tweak so the easy slider scales correctly or can the text be shifted out of the image and still remain legible?
Hi vin8tan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.avia-caption { display: none !important; }}
I believe that is the best option. It will remove captions on easy slider on mobile as it is not possible to fit all the text without making the font size very small
Regards,
Yigit
Thank you Yijit !, that solved it.