Skip to content

Instantly share code, notes, and snippets.

@nickdavis
Created March 27, 2016 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickdavis/ea00985299fd724f3d99 to your computer and use it in GitHub Desktop.
Save nickdavis/ea00985299fd724f3d99 to your computer and use it in GitHub Desktop.
Some parts of the Kickstart Pro WordPress theme style.css file you may wish to edit if using a logo of a different size
/* The following is an extract from the style.css file, so the line numbers won't match the original */
/* Original style.css line number 1323 */
.header-image .site-title a {
background: none;
float: left;
height: 80px; /* Adjust to match new logo.png height */
max-height: 80px; /* Adjust to match new logo.png height */
padding: 0;
width: 155px; /* Adjust to match new logo.png width */
}
@media only screen and (max-width: 900px) {
/* Original style.css line number 3092 */
.header-image .site-header .wrap {
background: url(images/logo.png) no-repeat 10px 10px;
background-size: 93px 48px; /* Optionally adapt if you are not happy with logo size on mobile menu view */
padding: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment