Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi! You can change the slider max height by going to Appearance > Theme Options > Slider Settings. There you’ll find the option to set your slider max height.
    Hope this helps!
    Hannah

    Thread Starter pop_laura

    (@pop_laura)

    Hi Hannah.
    Thank you for the answer, but…
    The max height in the theme option is 600 px. I’d like to try with 900px or more…

    You can try adding this to your custom css box in theme optoins:

    @media (min-width: 992px) {
    .flexslider .slides img {
    height: 900px;
    }
    }

    Hannah

    Thread Starter pop_laura

    (@pop_laura)

    Thank you. It works!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Change Slider max height’ is closed to new replies.