Skip to content

Instantly share code, notes, and snippets.

@beauvais
Created February 2, 2016 13:37
Show Gist options
  • Save beauvais/cf44f766134c1c33fdbd to your computer and use it in GitHub Desktop.
Save beauvais/cf44f766134c1c33fdbd to your computer and use it in GitHub Desktop.
tiny css changes to WP theme (to get the main-title box to extend full width)
.main-title {
background-color:rgba(231,231,231,0.3);
max-width: 100%;
width: 100%;
}
.bg-cover-img {
max-width: 100%;
width: 100%;
}
.oy-light-bg {
max-width: 100%;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment