Home » ZeroError WordPress Theme » possible to Make slider smaller in dimension? » Reply To: 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