Skip to content

Instantly share code, notes, and snippets.

@tomharrigan
Created January 10, 2013 15:56
Show Gist options
  • Select an option

  • Save tomharrigan/4503154 to your computer and use it in GitHub Desktop.

Select an option

Save tomharrigan/4503154 to your computer and use it in GitHub Desktop.
This will fix the header image, navigation and ad issue
#header {
background-position: bottom center;
background-size: 100%;
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
ul.nav {
width: 85%;
margin-right: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment