• Resolved royk

    (@royk)


    At least I think it’s a padding issue:

    https://www.livinginstereo.com/offbroadtest

    Basically I’d like the images and text (which is the content of the entry to my posts) to skooch up just little bit more, closer to my titles.

    I’ve been fleecing and flocking and searching my style.css for the correct parameters to change but can’t seem to locate them. Can anybody help?

Viewing 6 replies - 1 through 6 (of 6 total)
  • #content p {
    padding:1px 0;
    line-height:18px;
    font-size:95%;
    }

    that will bring everything up 4 pixels..

    Thread Starter royk

    (@royk)

    Thanks. That helped. And if I wanted to get a little more distance between my posts?

    distance between what and your posts?

    your posts are an image and a snippit of text, do you mean distance between the image and the text?

    Thread Starter royk

    (@royk)

    Sorry. No, I mean the distance between each post; in other words, before the next post starts, I’d like a little more distance between the title and the post that came before it.

    .post { margin-bottom:100px; }

    each post, including the title of the post is inside a div with the class ‘post’ therefore this adjusts the vertical spacing between them.

    I chose the bottom margin for no particular reason. You could use margin-top as well.

    Thread Starter royk

    (@royk)

    Thanks Whooami! That worked beautifully.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Elusive Padding’ is closed to new replies.