• New to WordPress. Been working with the twenty ten theme and have created a child theme. I have very little code/CSS experience, i have been surfing the forums to find out how to modify my theme and so far so good.

    A really simple question that I just can’t figer out how to do:

    How can I get my get rid of the padding above my header, so the header goes all the way to the top of the screen?

    here is the site: https://66.147.244.206/~sbsaca/
    you’ll see right away what I mean.

    thanks!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Can’t establish a connection to the server at 66.147.244.206

    Thread Starter benthegoof

    (@benthegoof)

    weird. i just clicked the link and it was fine on my end.

    https://66.147.244.206/~sbsaca/

    Anonymous User

    (@anonymized-3085)

    It’s the style associated with the this empty div:
    <div id="site-description"></div>

    Thread Starter benthegoof

    (@benthegoof)

    Thanks for the replies.

    Again, I really don’t understand coding or CSS so I cant appreciate the style. I have been adding these short codes to which I thought would do the trick:

    #header {
    padding: 0 0 0;
    }
    
    #header {padding-top: 0px;
    }

    but that doesn’t seems to work for the top part of the page.

    Maybe what Elfin says above is right …
    maybe this is not padding, but that part of the header which appears above your header image. On my twentyten site, I have some text for the name of the blog, immediately above my header image. I think you’ve specified that nothing appear on that line, but maybe the line itself is still there.

    Thread Starter benthegoof

    (@benthegoof)

    thanks guys.

    i will keep poking around. I would just like to get rid of the line entirely. will keep working on it, or style it so its no so obvious.

    thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘padding above header, twenty ten theme.’ is closed to new replies.