Home>Support>Remove Padding from below logo?

Remove Padding from below logo?

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

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 4 months ago Alex S
    Hi, I Work Here

    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.

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More