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

    hi

    if you go to this page http://www.codecreative.uk/landing-page-web-a/

    im really happy with how it looks but has a minor issue with the really easy full width slider. Height reduces as screen width reduces. I want to enforce a min height of 400px to ensure no text gets cropped on smaller resolution screens. Is this possible please?

    I added a class name to the slider called landingpage and I used this css but it fails
    .landingpage {min-height: 400px!important;}

    #450929

    Hey!

    Try changing your code to:

    .landingpage .avia-slideshow-inner{min-height: 400px!important;}
    

    Cheers!
    Josue

    #451294

    Thank you Josue

    In the mean time I found a workaround that is not very elegant I don’t think I will change it now though because it works!

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