Home Forums WoodMart support forum How to get rid of the space between the header and slider rev? Reply To: How to get rid of the space between the header and slider rev?

#202954

Hello,

First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-).

I saw the screenshot you attached.

Please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.home .site-content {
margin-top: -40px;
}

You can adjust the value accordingly.

Best Regards.