Title: Gap between posts
Last modified: August 18, 2016

---

# Gap between posts

 *  [noncollective](https://wordpress.org/support/users/noncollective/)
 * (@noncollective)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/gap-between-posts-1/)
 * Hi, I’m looking to do something like this on my blog ([http://noncollective.com/](http://noncollective.com/)):
 * [http://img403.imageshack.us/my.php?image=picture5cq4.jpg](http://img403.imageshack.us/my.php?image=picture5cq4.jpg)
 * A gap between posts that is the same colour as the background. Can anyone help?
   I currently have thin dividing lines between posts but I would like to do more
   with them. Thanks.
 * Style.css:
    [http://wordpress.pastebin.ca/772414](http://wordpress.pastebin.ca/772414)
 * index.php
    [http://wordpress.pastebin.ca/772445](http://wordpress.pastebin.ca/772445)

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

 *  [Adam Brown](https://wordpress.org/support/users/adamrbrown/)
 * (@adamrbrown)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/gap-between-posts-1/#post-652714)
 * We meet again, I see.
 * You’ve got two choices. First, you could just style the lines you’ve already 
   got, like so (using a hideous color so it will be obvious what’s going on):
 *     ```
       hr{height:1em;border:none;background:#f00;}
       ```
   
 * Fiddle with the height to make it the size you want. And definitely change that
   hideous color I used.
 * SECOND, you could try something like this (again, with hideous colors):
 *     ```
       .post{margin-bottom:3em;background:#00f;}
       #content{background:#f00;}
       ```
   
 * With this option, you’d probably want to delete the `<hr />` tags.
 * The #content background is what will show up between posts. The .post’s margin-
   bottom determines how much you’ll see.
 *  [jebaloo](https://wordpress.org/support/users/jebaloo/)
 * (@jebaloo)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/gap-between-posts-1/#post-652932)
 * A further question on this topic:
 * How do you divide posts with an image instead of a line?
 * (for example, a hand-drawn line).
 * Also, do you know how to you make each line vary according to the day of the 
   week?
 * (for example each line says, ‘monday’, or ‘tuesday’ on it etc).

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

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [jebaloo](https://wordpress.org/support/users/jebaloo/)
 * Last activity: [18 years, 6 months ago](https://wordpress.org/support/topic/gap-between-posts-1/#post-652932)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
