How to get rid of the space between the header and slider rev?
-
This problem is persistent with all the slider rev of all the demos which do not overlap. What setting will help solve this?
Attachments:
You must be
logged in to view attached files.
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.