Reply To: Getting Close – How to customize header

Home Forums Support Getting Close – How to customize header Reply To: Getting Close – How to customize header

Home Forums Support Getting Close – How to customize header Reply To: Getting Close – How to customize header

#87152
Tom
Lead Developer
Lead Developer

Hi Robert,

Are you wanting the header to push right up against the header area?

If so, you can use the Spacing add-on in “Customize > Element Spacing” to remove the header padding, or use this CSS:

.inside-header {
      padding: 0;
}