Skip to content

Instantly share code, notes, and snippets.

@About2git
Forked from srikat/functions.php
Last active August 29, 2015 14:15
Show Gist options
  • Select an option

  • Save About2git/be8efb58223477d172c8 to your computer and use it in GitHub Desktop.

Select an option

Save About2git/be8efb58223477d172c8 to your computer and use it in GitHub Desktop.
Background Image for Header in Genesis
<?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,
) );
/* 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