Outreach Pro Theme Fixed Header

You can make the Outreach Pro themes header sticky by using the CSS from the Genesis Sample theme.

@media only screen and (min-width: 960px) {

.site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
}

}

Once you add this CSS to the end of your Outreach Pro child theme, clear caching and your header should stick to the top of your screen like this on scroll :

Outreach Pro Theme Sticky Header

Join 5000+ Followers

Get The Latest Free & Premium Tutorials Delivered The Second They’re Published.