• I am trying to reduce the white space in between my posts, therefore making the posts closer together. I have been messing with the wp-layout.css file but with no luck. I would think that div.post –> margin-bottom would be the value to change, but it doesn’t seem to change anything. I am usually good at figuring out these kinds of thing but I am resorting to online help. Here’s a link to my site — http://bclark.info/index.php?cat=1

    Does anyone know an answer?? Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter muse207

    (@muse207)

    Hold on, I figured it out…

    .content h2 {
    padding:0;
    margin:0;
    }

    That, at the bottom of your css, appears to help ?

    Thread Starter muse207

    (@muse207)

    Ok, here it goes… It is in fact the div-post –> margin-bottom value that needed to changed. However when you set this value to zero, there is still space in between posts. I had to set this value to a negative number to get the desired distance between the posts.

    Thread Starter muse207

    (@muse207)

    Thanks podz for an incredibly expeditious response.

    Lionheart

    (@lionheart)

    I don’t seem to find the right place to alter this.
    My website is at: http://www.dpfoto.com but I can’t find the correct css file to change the space between posts. I tried altering style.css but can’t find the right one.

    Thanks for your help!
    /Dennis

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Space in between posts’ is closed to new replies.