Hello,
I’m having some issues with the text in the slides of the Easy Slider on my website. When the website is viewed on my mobile or the pc browser screen is made small it gets cut off and isn’t acting like the text in the demo of the site. Could you please look into it if it’s not too much trouble? The website is http://www.intentionality.co.uk/
Many thanks!
Hi BlendMarketing!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.avia-slideshow .avia-caption .avia-caption-title
{ font-size: 14px; }}
@media only screen and (max-width: 480px) {
.avia-caption {
bottom: -10px;
left: -18px;
padding: 0 20px;
width: 305px;
}
.avia-caption .avia-caption-title { margin: 0; }
}
Best regards,
Yigit
Hey!
Please try adding following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.avia-slideshow .avia-caption .avia-caption-title {
font-size: 10px;
}}
Regards,
Yigit
Thank you! :)