• Hi there,
    I run http://blog.blacksoxfan.com. I am hoping someone could help me with my style sheet. I am trying to do two things: first – get some space between my posts. second – put a horizontal line to separate them.

    any advice would be appreciated:

    [moderated–please use a paste bin such as http://paste.uni.cc and report that link here]

Viewing 2 replies - 1 through 2 (of 2 total)
  • You should put in your style.css:

    .post {
    margin: 10px 0;
    border-bottom: 1px solid #000000;
    }

    Of couse, change the “#000000” to whatever color you want. Basically, you just got to play around with the margin of different elements (ex: .post or .postmetadata) until you get something that fits what you want.

    Thread Starter wolverinegod

    (@wolverinegod)

    much obliged!

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

The topic ‘Theme CSS Help’ is closed to new replies.