Slider sizing

Hi
I am trying to create a slider on the page below. I have used a couple of 1200x1000 placeholders which give me the exact image size I am looking for. I have then created an image - it is the second slider, but when the image is displayed there is a small blank area at the bottom and the height of the slider increases. It goes back to normal on the third placeholder.

Can you explain what is happening please and how I can get rid of the additional blank space?

Many thanks

Alex

Hi there,

Thanks for writing in! I see the slide which has the bottom gap is wrapped in a paragraph tag which is causing the issue. Most probably this would be a space before your image which is converted into <p></p> tags by WordPress. Please check for white spaces in your images and remove it to fix the issue. If it doesn’t help then you can add the following code in the Theme Options > CSS:

.x-flexslider .x-slides img, .x-flexslider .x-slides p {
    margin: 0 !important;
}

Cheers!

Thanks - that sorted it

Alex

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.