I actually didn't do anything with the CSS on this. But I used the Vigilance theme. My side-bar, which is supposed to show up on the right is all the way at the bottom on my homepage. Any suggestions on how to fix this? Thanks!
I actually didn't do anything with the CSS on this. But I used the Vigilance theme. My side-bar, which is supposed to show up on the right is all the way at the bottom on my homepage. Any suggestions on how to fix this? Thanks!
Give a link to your site (if public of course), and perhaps someone can spot a missing div or something of the sort.
sure. thanks! http://dgchan.wordpress.com/
It looks like the div that holds main content (something like <div class='post'>) never got closed (it's missing the </div> at the end). Because of that, the sidebar is actually inside the box that is supposed to hold the main content, rather than beside it.
Try adding a </div> right before the sidebar. It might need two, I'm not sure. Anyway, give that a shot and see if it fixes anything.
This topic has been closed to new replies.