Distance below slider

Hi there

I have a slider on the home page of my site - http://www.pm2-workbench.com/StopTheWorldCafe/.

It has a progress bar.

There seems to be a big gap between the slider and the progress bar.

How can i reduce this gap so that the progress bar sits right underneath the slider image with no gap?

Cheers

Hello,

I hope you are doing well today.

You can use the following CSS code to remove the area below the slider by going to Appearance > Customize > Additional CSS and pasting it there.


.ms-slide-info.ms-dir-h.ms-align-bottom {
    display: none;
}

Best Regards,
Support

Awesome!

Thank you very much!

I will close this case now, Feel free to contact us again if you have other questions
Thanks!