Skip to content

Instantly share code, notes, and snippets.

@nickdavis
Created October 13, 2015 10:42
Show Gist options
  • Save nickdavis/e906a3183e668cb46e13 to your computer and use it in GitHub Desktop.
Save nickdavis/e906a3183e668cb46e13 to your computer and use it in GitHub Desktop.
Keeping the header / header menu 'on top of' the first background image of the homepage on the Altitude Pro theme by StudioPress
/* Add this after the .site-header { position: static; } part of the (max-width: 1023px) media query */
.front-page .site-header {
position: fixed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment