I read some topics about the height of slider and use the code below: .slides_container { height: 250px; } .slides_container div.slide img { height: 250px; } #example { margin-bottom: -32px; } After applying the code the height issue was resolve thanks to that but the caption is gone. Can anyone help me on this. I have noticed also that there is a blank space in the middle of then slider and the Home Page Heading Text. Please help! Thank you!
Paste the following code in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: #example { height:333px; } #slides .slides_container .slide{ height:250px; } This will solve your issue.