I just want the sidebar to sit next to the content page, flush at the top. I'm also having trouble enabling widgets. If someone could PLEASE lend me a hand I'd be happy to slap them some internet five. Please?
Thanks in advance!
-jimmy
I just want the sidebar to sit next to the content page, flush at the top. I'm also having trouble enabling widgets. If someone could PLEASE lend me a hand I'd be happy to slap them some internet five. Please?
Thanks in advance!
-jimmy
There isn't enough room to float a 400px wide post inside a content area that's only 600px wide and already holds a 320px wide sidebar. That's just basic arithmetic. You would need to reduce 400px to 220px in
#noticias {
float: left;
margin: 0;
padding: 0 10px;
text-align: justify;
width: 200px;
}OH MAN. I'm ashamed of myself. Thank you.
You must log in to post.