Created
October 13, 2015 10:42
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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