Tagged: easy slider
Hi,
I am using the easy slider on every page of my site.
The homepage is ok on mobile, but on the other pages the subheading disapears for most part (in portrait, in landscape all pages look fine). Do you have a solution to set a minimal height and maybe shrink the text a little.
Regards,
Angela
Hey macmutsaers!
Thanks for getting in touch with us!
Try adding the following code in the Quick CSS field under the General Styling tab in the theme options:
@media only screen and (max-width: 767px){
.avia-slideshow li img {
min-height: 120px !important;
}
}
Adjust the value as you see fit. Let me know if you need further assistance.
Cheers!
Jordan
Hi Jordan,
Thank you for your quick response.
Used the code and it’s not perfect but good enough.
Thanks!
Angela