Skip to content

Instantly share code, notes, and snippets.

@anandkumar
Created April 12, 2013 10:15
Show Gist options
  • Save anandkumar/5371036 to your computer and use it in GitHub Desktop.
Save anandkumar/5371036 to your computer and use it in GitHub Desktop.
Genesis Partial width Logo for WordPress
/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image #title-area,
.header-image #title,
.header-image #title a {
display: block;
float: left;
height: 90px;
overflow: hidden;
padding: 0;
text-indent: -9999px;
width: 350px;
}
.header-image #description {
display: block;
overflow: hidden;
}
.header-image #title a {
background: url( 'images/your-logo-filename.png' ) no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment