Title: Delete border
Last modified: August 19, 2016

---

# Delete border

 *  [alexandreperei](https://wordpress.org/support/users/alexandreperei/)
 * (@alexandreperei)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/delete-border/)
 * Hello, i using the Leopress Theme, with two sidebars, left, body and second sidebar,
   but i want delete the second sidebar and the line/border, how can i do it?
 * See image:
    [http://s257.photobucket.com/albums/hh206/alexandreperei/?action=view&current=Imagem1-17.png](http://s257.photobucket.com/albums/hh206/alexandreperei/?action=view&current=Imagem1-17.png)

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/delete-border/#post-1070310)
 * A link to your site would be more helpful.
 *  Thread Starter [alexandreperei](https://wordpress.org/support/users/alexandreperei/)
 * (@alexandreperei)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/delete-border/#post-1070321)
 * sorry. [http://www.zona-mac.com/teste](http://www.zona-mac.com/teste)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/delete-border/#post-1070335)
 * Check in your theme and see if you have 2 sidebar files. One will probably be
   called sidebar.php, the other something like sidebar-extra.php. Once you’ve found
   the name of the second sidebar file, check through all other theme files for `
   <?php get_sidebar('extra'); ?>` where ‘extra’ is the word after the hyphen in
   the sidebar’s file name. Removing this line will stop the second sidebar from
   being displayed.
 * The lines/borders between the sidebars and the main post area are being applied
   via one of the background images for the blog’s content:
 * style.css (line 78)
 *     ```
       #content {
       background:transparent url(img/bg-content.png) repeat-y center top;
       }
       ```
   
 * So you’d need to change or amend that background image to remove 1 or both borders.

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

The topic ‘Delete border’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [17 years, 1 month ago](https://wordpress.org/support/topic/delete-border/#post-1070335)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
