• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

WP SITES

2785

Original Genesis & WooCommerce Tutorials & 6000+ Guaranteed Code

Snippets

  • Try Premium
  • Log in

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

Outreach Pro Theme

Reader Interactions

Leave a Reply Cancel reply

You must be logged in to post a comment.

Primary Sidebar

Code written by Brad Dalton specialist for Genesis, WooCommerce & WordPress theme customization. Read More…

Advertise · WPEngine · Genesis · Log in

  • Access Problems
  • Account Details
  • Consulting
  • Tags
 

Loading Comments...
 

You must be logged in to post a comment.