Reply To: Padding-top inside the header

Home Forums Support Padding-top inside the header Reply To: Padding-top inside the header

Home Forums Support Padding-top inside the header Reply To: Padding-top inside the header

#103759
Tom
Lead Developer
Lead Developer

If you have the Spacing add-on, you can remove the top padding from the header area in the Customizer.

If not, this should do it:

.inside-header {
      padding-top: 0;
}