Working on http://tinyurl.com/mduppfd. I would like to remove the white space above the top hero image.
I found some CSS, which I added to the SiteOrigin CSS plugin to do that, but it didn’t work:
/* Home */
.home.siteorigin-panels-home .site-content, .page-template-home-panels .site-content {
padding-top: 0;
padding-bottom: 0;
}
Can someone tell me what I need to do to remove it?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi Eric,
This spacing is being added by your theme and you can remove it with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Please add the following CSS:
.home .site-content > .container { padding-top: 0; }You might also need to install the SiteOrigin CSS Editor.
Hi Alex,
Thank you, that worked.
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.