This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Remove Padding from below logo?

Resolved 1 reply customizationthemetheme-vantage
Started · Latest reply by Alex S

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff

    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.

Have a different question or issue?

Start New Thread