• Resolved Dardango

    (@dardango)


    I’m building a site using the Twenty Ten theme here:

    https://stanleyclarke.org/

    What I want to know is how to reduce the space between the nav bar and the page content where the image is now. Can’t quite see where to do so in the css.

Viewing 3 replies - 1 through 3 (of 3 total)
  • style.css line 588
    .entry-content, .entry-summary {
    change margin to 0

    line 451
    .entry-content, .entry-summary {
    change padding to 0

    if you want to bring it up even more trying adding this to the stylesheet
    .entry-content > p { line-height: 0; }

    Thread Starter Dardango

    (@dardango)

    Thanks very much for the reply. Unfortunately, that didn’t really change the spacing much.

    Anything else I could try?

    Thread Starter Dardango

    (@dardango)

    I discovered the modifying area. It’s in the content area under:

    #main {
    padding: 40px 0 0 0;

    I changed this to 20px.

    The changes suggested helped a bit as well, I must correct myself to say. Thanks for the help in looking in this direction!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS Space Editing’ is closed to new replies.