Remove:
<div id="left-side">
<aside id="left-primary">
<ul>
[...] </ul>
</aside>
</div>
from your theme template files.
hi, i cannot find this in either stlye.css or header.php or page.php?
It’s in one of your theme template files.
i’m sorry for not getting this, but i have searched for what you have written in every file in my themes folder and i just can’t find it.
i’m also using firebug but i can’t find the place to change it with that either!
can you assist me further?
thanks,
robin
If you have Firebug, you should be able to see this markup at the top of the page content area – just above the content block. I’m afraid I have no way of knowing what template file is generating it.
omg i finally got it! i used firebug to find the line in style.css and that was similar to what you mentioned above, and deleted it.
this is what i deleted:
#left-primary {
float: left;
padding-left: 10px;
width: 150px;
i hope this helps someone else!