Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Rnanderson284

    (@rnanderson284)

    I think this is the issue…

    #branding hgroup {
    margin: 0 3%;
    padding-top: 2.5em;
    }

    try 2% instead of 3%, and see if that does it.

    Thread Starter Rnanderson284

    (@rnanderson284)

    ClaytonJames- you’re a rockstar! Thank you!

    You’re welcome!

    Clayton & Rn

    I’ve uploaded Catchbox too but it didn’t work for me editing this line…

    #branding hgroup {
    margin: 0 3%;
    padding-top: 2.5em;

    I am also trying to remove white space above and below my logo. Would also like to allow a wider logo

    Thread Starter Rnanderson284

    (@rnanderson284)

    I’m so new to this, I’m not sure I can help, but I’ll try. I’ve used the same line to change the margin twice now(once on the Catchbox parent while just playing around trying to teach myself this stuff, and once again when I made my child theme) and it’s worked fine both times. I created and uploaded a header that was 960px x 200px, so it just didn’t look centered. That’s what fixed it. The only thing I could guess from your post above is that there’s no “}” under the line to close it off? I’m guessing that’s probably not it since I’m sure you have more experience than I do. I’m not sure how to remove the white space exactly, I just changed color codes to match the same color as the rest of my logo, but I’d be interested to know how to do this as well. As far as the wider logo goes, I’d need a link to see your page to be more exact. Is it a logo you uploaded? This is what I changed to make mine fit-

    #branding img {
    height: 200px;
    margin-bottom: -7px;
    width: 960px;
    }

    I changed the height and width to fit my logo. Hope this helps a little!

    Thanks! Your info, and downloading and using Firebug for Firefox as a CSS editor got the job done for me. Still have lots of questions about other things. Trial and error is proving to be a good teacher.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘centering custom header in catch box theme’ is closed to new replies.