How to reduce slider height?
Does this work? its from here https://gracethemes.com/forums/topic/possible-to-make-slider-smaller-in-dimension/
Hi
To reduce the slider image height
Go to Appreance -> Theme Options -> Basic Setting
and paste the below code in Custom CSS box and click on Save Options button.
.slider-main { min-height:300px !important;}
.nivoSlider img { height:300px !important;}
set the min-height and height as per your requirement.
Regards
Grace Themes