I have a little experience with html, css and javascript, but absolutely none with php. I’m also pretty new to wordpress.
I’m trying to float my sidebar to the right, and it’s getting cut in half. Only some of the material floats right, the meta tag is still underneath the main content.
Also, obviously something funky is going on with the text wrapping in the post, its continuing off the page to the right.
I would be grateful if you could give me a hand, I’ll supply any code i’ve written to help you help me 🙂
Don’t know if it will solve the issue above, but your reset.css file is not linked correctly and it looks like you are missing the “dot” on this CSS class:
widget-area {
width: 220px;
float: right;
}
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Sidebar Problems :)’ is closed to new replies.