Who to remove top padding/margin just below the header/menu (Zerif Lite)
I want my video background start just below my header but there is gap between header and Video background.
How can I remove that from the following webpage.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi Kuldeep,
This spacing is being added by your theme.
You can fix this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.content-left-wrap { padding-top: 0 !important; } .entry-content { margin-top: 0 !important; }You might also need to install the SiteOrigin CSS Editor.
Hi Alex,
Problem has been resolved now.
Thanks for your support.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.