White space between Menu and Slider

Hello,

How do i get rid of the space between the menu and the slider on my home page. please see below.

www.honkhonkoldmonk.com

Hello there,

I hope you are doing well today.

You can use the following CSS code to reduce the top margin by going to Appearance > Customize > Additional CSS and pasting it there.

/*Slider top margin*/
.mt20 {
    margin-top: 0px !important;
}

Best Regards,
Support

That worked perfectly. Thank you.