• Resolved jim89

    (@jim89)


    Hi everybody!
    I use a flex slider in my homepage. Can I set its max height at more than 600 px?
    Thank you so much!
    Jim

Viewing 3 replies - 1 through 3 (of 3 total)
  • I found some CSS from another thread that allows this to be possible.

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

    Just copy and paste into Theme Options> Advanced Settings> Custom CSS, and change the “900px” to whatever height you want.

    Hey,
    Because the slider is set up to crop the images based on the max height and max width this wouldn’t really work to change with css. You would need to change in the template of the slider.

    templates/home/flex-slider.php

    You can use a child theme: http://www.kadencethemes.com/child-themes/

    then add in the folders and one file and finally add this in-between lines 44 and 45:
    <?php $slideheight = 800; ?>

    Kadence Themes

    Thread Starter jim89

    (@jim89)

    Thank you so much to everyone!!!

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

The topic ‘Flex slider max height’ is closed to new replies.