Home Forums Theme support Hercules Theme – Adjust Slider height Reply To: Hercules Theme – Adjust Slider height

Hi,

Are they dynamic based on the picture dimensions?

Yes, the slider is based on the picture dimensions, thats why there is no height for the slider element in the style.css file.

If you want, you can add this to your style.css file:

.slideshow_cycle {
height:300px !important;
}

This will reduce the height of the slider, but also the height of the images…