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].
On my site Allurice.com ‘s header “Masthead” there is a space below the logo that I can’t remove. I’ve tried a few CSS ideas but nothing worked so far.Any Ideas?
#masthead .full-container {
max-height: 190px;
}
header#masthead .site-header .banner {
padding: 0;
padding-bottom: 0;
}
.hgroup.full-container {
padding: 0;
}
Thanks
Hi Jason Maynard
You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.hgroup { padding-top: 0 !important; padding-bottom: 0 !important; }You might also need to install the SiteOrigin CSS Editor.