Change height of Slideshow
- The topic ‘Change height of Slideshow’ is closed to new replies.
Need help? Check out our Support site, then
My client would like me to change the height of the slideshow. But the slideshow height appears to be on the element so I cannot overwrite with CSS.
<div class=”flexslider” style=”height: 560px;”>
Please tell me how I can change this as it is really important to her.
Many thanks
The blog I need help with is: (visible only to logged in users)
On this website https://theoldrectorychulmleigh.co.uk
Hello,
You may try adjusting the slideshow height by adding the following CSS into the Additional CSS section in the customizer, and adjusting the value as needed:
.home .flexslider .slides li {
height: 300px;
min-height: auto;
}