• Hi,

    I’m using wp 2.7. my website is here:
    machampion

    The theme is called MagicBlue 1.4. You can find it here:
    blog chemistry

    After much struggling, I was able to remove the sidebar on every page except home page, and i was able to expand the main column the full width.

    However, on all pages, there are 2 vertical lines (blue and white) next to where the sidebar was. How do I delete them from all pages except home page?

    Thanx

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jryan89

    (@jryan89)

    Any replies?

    Thank you in advance.

    Thread Starter jryan89

    (@jryan89)

    I figured out how to delete it altogether. It turns out that this is just an image called wrapperbg.gif and it is set to repeat-y.

    The code that refers to it is in the header.php file:

    #wrapper2{
    		background: #fff url("<?php bloginfo('template_directory'); ?>/images/wrapperbg.gif") top right repeat-y;
    				}

    and down lower also:

    <body>
    
    <div id="wrapper">
    
    <div id="wrapper2">

    By deleting the div wrapper 2, or the entire code above, it will disappear completely. Is there anyway to keep it on the homepage where the sidebar is still present?

    Thanx.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delete 2 vertical lines next to sidebar’ is closed to new replies.