Title: Removing Gap / Break Between Posts
Last modified: August 20, 2016

---

# Removing Gap / Break Between Posts

 *  Resolved [sjrkar](https://wordpress.org/support/users/sjrkar/)
 * (@sjrkar)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/removing-gap-break-between-posts/)
 * Hello
 * I currently am working on getting a new site up and running.
    [http://testdrews.stanragets.com/?s=Search…&x=68&y=3&Cats=lake&ColdWater=&WarmWater=](http://testdrews.stanragets.com/?s=Search…&x=68&y=3&Cats=lake&ColdWater=&WarmWater=)
 * Search string is included so that you can see exactly where I’m working from.
 * How do I stop wordpress from putting a break between each returned search entry?
   I’ve been trying everything, and I cannot get it to work right. I want each entry
   to run up along the previous so that it looks seamless.
    Any thoughts?

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

 *  [karenalma](https://wordpress.org/support/users/karenalma/)
 * (@karenalma)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/removing-gap-break-between-posts/#post-2311324)
 * are you talking about the horizontal gray rule?
 * removing the border-bottom from this CSS should fix it:
 * _[please follow [http://codex.wordpress.org/Forum\_Welcome#Posting\_Code](http://codex.wordpress.org/Forum_Welcome#Posting_Code)
   to mark any code in your reply]_
 *     ```
       .fco_search_results_wrapper {
       width: 760px;
       height: 126px;
       background: url(images/fco_background_line.gif) #1B1B1B left repeat-y;
       display: inline-block;
       border-bottom: 2px solid #9E9E9E; <strong><=take this out or change it as follows</strong>
       margin-bottom: -5px;
       }
       ```
   
 * **change to this:**
 *     ```
       .fco_search_results_wrapper {
       width: 760px;
       height: 126px;
       background: url(images/fco_background_line.gif) #1B1B1B left repeat-y;
       display: inline-block;
       border-bottom: none;
       margin-bottom: -5px;
       }
       ```
   
 *  Thread Starter [sjrkar](https://wordpress.org/support/users/sjrkar/)
 * (@sjrkar)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/removing-gap-break-between-posts/#post-2311327)
 * Thanks. Fixed it already, just didn’t get to update the forum.

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

The topic ‘Removing Gap / Break Between Posts’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [gaps](https://wordpress.org/support/topic-tag/gaps/)
 * [line breaks](https://wordpress.org/support/topic-tag/line-breaks/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [sjrkar](https://wordpress.org/support/users/sjrkar/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/removing-gap-break-between-posts/#post-2311327)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
