Gap underneath soliloquy slider

Hello Support,

I have a recurring problem with a small gap appearing underneath sliders on my xtheme websites, an example you can see at: http://www.outstandinggrade.co.uk/slider-test/ showing white gap under slider (Shown in red on screenshot).

I searched support and experimented with Firefox web developer tools to try and locate the div I need to add custom css too (some css grabbed from previous posts), thinking it would work, but no luck, can you offer any advice please?

.soliloquy-container {
margin-bottom: 0;
}

.x-navbar {
border-bottom: 0;
}

.soliloquy-container-394 {
margin-bottom: 0;
}

.soliloquy-outer-container {
margin-bottom: 0;
}

thank you

Ashley

Hi There,

There is a margin in the slider.
Please add this CSS to your X-> Theme Option -> Global CSS and let us know if that helps!

#soliloquy-container-394 {
 margin-bottom: 0px !important;
}

Thanks

Worked perfectly, thank you.

You’re welcome. Glad we could help.

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