Title: Removing border from posts
Last modified: August 21, 2016

---

# Removing border from posts

 *  Resolved [davidlee221](https://wordpress.org/support/users/davidlee221/)
 * (@davidlee221)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/removing-border-from-posts/)
 * I’m trying to remove the border in the posts. When I try to add this custom code
   to the css, literally just changing the border to 1 or the border color to just
   plain white, it shifts everything around.
 * .blog_post .post-content {
    float:left; width:584px; padding:0 0 18px 0; border:
   0px solid #d6d6d6}
 * Any suggestions? Thank you!
    The website is [eggtoeggi.com](http://eggtoeggi.com)

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

 *  [kaniamea](https://wordpress.org/support/users/kaniamea/)
 * (@kaniamea)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/removing-border-from-posts/#post-4493254)
 * Did you try adding to your Custom CSS the following?
 *     ```
       .blog_post .post-content {
           float: left;
           width: 584px;
           padding: 0px 0px 18px;
       }
       ```
   
 *  Theme Author [Fruitful Code](https://wordpress.org/support/users/fruitfulcode/)
 * (@fruitfulcode)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/removing-border-from-posts/#post-4493262)
 * davidlee221, your website is on maintenance.
 *     ```
       .blog_post .post-content {
       border:0px
       }
       ```
   
 *  Theme Author [Fruitful Code](https://wordpress.org/support/users/fruitfulcode/)
 * (@fruitfulcode)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/removing-border-from-posts/#post-4493326)
 * Resolved. Closed

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

The topic ‘Removing border from posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fruitful/3.8.2/screenshot.png)
 * Fruitful
 * [Support Threads](https://wordpress.org/support/theme/fruitful/)
 * [Active Topics](https://wordpress.org/support/theme/fruitful/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fruitful/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fruitful/reviews/)

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [fruitful](https://wordpress.org/support/topic-tag/fruitful/)

 * 3 replies
 * 3 participants
 * Last reply from: [Fruitful Code](https://wordpress.org/support/users/fruitfulcode/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/removing-border-from-posts/#post-4493326)
 * Status: resolved