Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #606655

    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

    #606749

    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

    #608249

    Hi Jordan,

    Thank you for your quick response.
    Used the code and it’s not perfect but good enough.
    Thanks!

    Angela

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘minimal height easy slider on mobile’ is closed to new replies.