Title: Theme CSS Help
Last modified: August 18, 2016

---

# Theme CSS Help

 *  [wolverinegod](https://wordpress.org/support/users/wolverinegod/)
 * (@wolverinegod)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/theme-css-help/)
 * Hi there,
    I run [http://blog.blacksoxfan.com](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](http://paste.uni.cc)
   and report that link here]

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

 *  [Justin Tadlock](https://wordpress.org/support/users/greenshady/)
 * (@greenshady)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/theme-css-help/#post-556457)
 * 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](https://wordpress.org/support/users/wolverinegod/)
 * (@wolverinegod)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/theme-css-help/#post-556479)
 * much obliged!

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

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

 * 2 replies
 * 2 participants
 * Last reply from: [wolverinegod](https://wordpress.org/support/users/wolverinegod/)
 * Last activity: [19 years, 1 month ago](https://wordpress.org/support/topic/theme-css-help/#post-556479)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
