I've gotten pretty close to the layout I want using CSS, but I cant do anything with the sidebar unless I set the position to absolute. But when it's set to absolute, the body overlaps the sidebar - so you'd have to view full screen for it to display correctly.
I've tried everything. Every forum post I've found around the Web is going on the premise that the user has full access to the html and all that jazz... Can someone please take a look at my page and tell me how I'd go about fixing this? http://macinphormer.com/
I know you guys don't have access to premium themes, so you can't tell me exactly what to do, but I know someone could give me a general answer, or at least point me in the right direction. Thanks.
Here's the code, if that helps at all:
#sidebar {<br />
background:#FFFFFF;<br />
position:absolute;<br />
top:132px;<br />
left:-5px;<br />
width:230px;<br />
padding:10px;<br />
clip:auto;<br />
z-index:-1;<br />
overflow:hidden;<br />
}</p>
<p>#main {<br />
width:600px;<br />
padding-top:0;<br />
padding-left:50px;<br />
padding-right:50px;<br />
overflow:hidden;<br />
}
The blog I need help with is macinphormer.com.