jryan89
Member
Posted 3 years ago #
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
jryan89
Member
Posted 3 years ago #
Any replies?
Thank you in advance.
jryan89
Member
Posted 3 years ago #
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.