Viewing 3 replies - 1 through 3 (of 3 total)
  • A link to your site would be more helpful.

    Thread Starter alexandreperei

    (@alexandreperei)

    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.