-
-
Save About2git/be8efb58223477d172c8 to your computer and use it in GitHub Desktop.
Background Image for Header in Genesis
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
| <?php | |
| //* Do NOT include the opening php tag | |
| add_theme_support( 'custom-header', array( | |
| 'header-selector' => '.site-header', | |
| 'header-text' => true, | |
| 'height' => 242, | |
| 'width' => 1080, | |
| ) ); |
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
| /* Custom styles by Sridhar */ | |
| .site-container { | |
| padding-top: 60px; | |
| } | |
| /*body .site-header { | |
| background-size: contain !important; | |
| background-position: center !important; | |
| }*/ | |
| /* | |
| Media Queries | |
| ---------------------------------------------------------------------------------------------------- */ | |
| /* exisitng CSS code... */ | |
| @media only screen and (max-width: 1199px) { | |
| /* exisitng CSS code... */ | |
| .site-container { | |
| padding-top: 40px; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment