Tagged: easy slider, enfold
Hello,
Overall everything is going well but the mobile rendering of the easy slider is rendering strangely.
Screen grab is at dropbox.
https://dl.dropboxusercontent.com/u/50968327/vectare_easyslide.PNG
Any suggestions are appreciated.
Thanks,
Mary
Hi Mary!
Can you please give us a link to the actual website? We can resize the caption via Media Queries only for mobile device.
@media only screen and (max-width: 767px) {
.avia-caption-title {
font-size: 13px;
}
.avia-caption-content p {
font-size: 11px;
}
}
Regards,
Ismael