Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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?
Hi 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:
You might also need to install the SiteOrigin CSS Editor.
Hi Alex,
Thank you, that worked.