Created
February 2, 2016 13:37
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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