FIxed Header Removed on One Page

How can I keep the fixed header from being fixed on one page? That page has a Gravity Form on it with multiple page navigation and the top part of the form is being covered up by the fixed header when navigating to the next page.

I’ve contacted Gravity Forms and there is a way to push the form down if the form is at the top of the page, but the form is in the middle of the page. I don’t know of another option right now other than trying to disable the fixed header (which I love having on the rest of the site).

Nevermind.

.page-id-“my-page-id-here” .fl-page-header {
position: relative !important;
}

Keeps it from being fixed and solved the problem.

Awesome, Nathan! I was going to post that CSS before leaving yesterday, but was somewhat in a rush. Great to hear you figured it out! :slight_smile: