Adjusting Size of Slider

Hello,

I can’t seem to figure out how to adjust the size of the slider. It’s just way bigger than what I want (in terms of height), but the box doesn’t really adjust with the pictures. How can I adjust the size of the slider?

Hi @thewillitself,

I hope you are well today and thank you for your question.

You can try changing the height of theme slider by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

.flexslider,
.flexslider ul.slides,
.flexslider ul.slides li,
.flexslider .slides img {
  max-height: 400px;
  width: 100%;
}

Adjust the max-height value that is 400px in the above code to whatever you want to use.

Best Regards,
Movin