Title: CSS Help
Last modified: August 18, 2016

---

# CSS Help

 *  Resolved [blazzinmatt](https://wordpress.org/support/users/blazzinmatt/)
 * (@blazzinmatt)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/css-help-1-2-3-2/)
 * I just installed the andreas09 theme and I had a question about the CSS that 
   I could not figure out. As you can see on the main blog page I have the post 
   titles and then a margin and then a top border and the date aligned on the right.
   I was jsut wondering which CSS class would get rid of this space in between the
   border and the post title.
 * [http://www.thelastpageonthenet.com/wordpress/](http://www.thelastpageonthenet.com/wordpress/)

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

 *  [Kate](https://wordpress.org/support/users/katie1/)
 * (@katie1)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/css-help-1-2-3-2/#post-325894)
 * It could be:
 * h2 & h2 a (links) – check your margin-bottom/padding-bottom and tweak appropriately
 *  Thread Starter [blazzinmatt](https://wordpress.org/support/users/blazzinmatt/)
 * (@blazzinmatt)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/css-help-1-2-3-2/#post-325984)
 * Any other ideas because the h2 classes aren’t doing anything to change that spacing.
 *  [Truth](https://wordpress.org/support/users/truth/)
 * (@truth)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/css-help-1-2-3-2/#post-325985)
 * Try adding
 * `margin-top: -10px;`
 * to
 * .date {
    margin-bottom: 10px;
 *  padding-top: 0px;
 *  border-top: 1px solid #b0b0b0;
 * }
 * so that it becomes
 * .date {
 *  margin-top: -10px;
 *  margin-bottom: 10px;
 *  padding-top: 0px;
 *  border-top: 1px solid #b0b0b0;
 * }
 *  Thread Starter [blazzinmatt](https://wordpress.org/support/users/blazzinmatt/)
 * (@blazzinmatt)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/css-help-1-2-3-2/#post-326016)
 * Thanks a lot. I couldn’t figure out where to put it but that fixed it. Looks 
   so much better now.
 *  [Truth](https://wordpress.org/support/users/truth/)
 * (@truth)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/css-help-1-2-3-2/#post-326121)
 * you’re welcome 🙂

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

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

 * 5 replies
 * 3 participants
 * Last reply from: [Truth](https://wordpress.org/support/users/truth/)
 * Last activity: [20 years, 3 months ago](https://wordpress.org/support/topic/css-help-1-2-3-2/#post-326121)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
