Home › Forums › Support › Layout questions (Sidebar) › Reply To: Layout questions (Sidebar)
March 16, 2016 at 12:02 am
#179644
Tom
Lead Developer
Lead Developer
If you have the Spacing add-on, you can reduce the spacing in the header by going to “Customize > Element Spacing”.
Otherwise, you can try this CSS:
.inside-header {
padding-bottom: 0;
}
You would have to use our GP Hooks add-on to add a second logo.
However, I suggest combining all three elements (logo, site title and blue background) into one main image. It will be more responsive that way.
Let me know if you need more info 🙂