White band that under my slider

Good morning to the whole team,

A quick question: I would like to remove the white band that appears under my slider (classic slider).

Would you have a tip or a line of code to share with me to fix this little aesthetic problem?

Waiting for your return, I wish you all an excellent day :slight_smile:

Cordially.

Hello Richard,

Thanks for writing in! Please be advised that by default, the slider has a bottom margin. Please edit your page and click the classic slider element. Find the “style” option and insert this margin-bottom: 0;

We would love to know if this has worked for you. Thank you.

Hello @ruenel

I put the line of code but it doesn’t change anything, the white stripe is still present :frowning:

Hello Richard,

Well, in that case,

.site .x-flexslider-shortcode-container {
  margin-bottom: 0 !important;
}

And then, please do not forget to clear all your plugin caches and regenerate the minified JS and CSS files before testing your site again.

Regards.

1 Like

Hello @ruenel

It’s perfect !

Thank you very much !

Have a nice day :slight_smile:

You’re most welcome, Richard. :slight_smile:

1 Like

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