Skip to content

Instantly share code, notes, and snippets.

@AmeliaBriscoe
Created September 8, 2016 19:15
Show Gist options
  • Select an option

  • Save AmeliaBriscoe/d3016cdbe23e0a45a4403e77fa893d9e to your computer and use it in GitHub Desktop.

Select an option

Save AmeliaBriscoe/d3016cdbe23e0a45a4403e77fa893d9e to your computer and use it in GitHub Desktop.
TGTW 5 Header Image
#site_title a{
background-image: url('images/pathtoimage.png');
display: block;
height: 80px;
width: 500px;
font: 0/0 a;
color: transparent;
}
#title-area{
width: 500px;
}
.widget-area{
width: 450px;
}
@media only screen and (max-width: 980px){
#site_title a{
background-image: url('image/pathtoimage.png');
background-repeat: no-repeat;
min-height: 200px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment