Slider white bar

How do i remove the blank at the bottom? all images are 1200 x 600, I tried margin-bottom: 0px !important; but no avail.

Hi Sathis,

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that resolves your issue.

.x-slides .x-slide p, .x-slides .x-slide p .alignnone {
    margin-bottom: 0 !important;
}

Thanks!

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