chelseadeardorff
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: [Catch Box] Remove Header Margins in Catch Box ThemeFound it! For anyone else looking for the same thing:
The margin and padding in this code needs to be set to 0
#branding hgroup { margin: 0 3%; padding: 2.5em 0; }to look like this:
#branding hgroup { margin: 0; padding: 0; }Forum: Themes and Templates
In reply to: [Catch Box] Remove Header Margins in Catch Box Themehttp://www.chelseadeardorff.com
I’ve never used Firebug, but I will check it out now! Thanks!
Forum: Themes and Templates
In reply to: [Catch Box] Remove Header Margins in Catch Box ThemeAlthough the top and bottom padding settings have been fixed, I can’t seem to find where to change the right and left padding settings. Can anyone help with this?
Forum: Themes and Templates
In reply to: [Catch Box] Remove Header Margins in Catch Box ThemeIt was actually the padding that I needed to change. I was able to remove the top and bottom white space by changing the following code:
.page-header { background-color: #FFFFFF; border-bottom: 0px solid #CCCCCC; -moz-border-radius: 0px; border-radius: 0px; margin: 0 0 0em; padding: 0; }
Viewing 4 replies - 1 through 4 (of 4 total)