How do I reduce the height of my header area as seen above and on the Contact Form page?

1. Click on "Page Info" under Site or press Shift ⌘ I to open your RW Page Inspector.

2. Click on Header, in between the Sidebar and Styles tabs.

3. Click on the CSS button which will allow you to enter Custom CSS.

4. Copy and paste the following code into the text box:
#headerWrapper { height: 280px;}
5. Preview page and enjoy a customized header.

* We cannot guarantee the proper rendering of all header heights given the styling set in place for other elements throughout the header area.