You can see over here the theme we recently uploaded has gone haywire.
I re-uploaded it and it's still pushed the sidebar to the bottom. Is something too wide in a post or...?
Thanks so much.
You can see over here the theme we recently uploaded has gone haywire.
I re-uploaded it and it's still pushed the sidebar to the bottom. Is something too wide in a post or...?
Thanks so much.
Even changing themes doesn't resolve it!
Hi
Something has changed the way your HTML code is being seen by the browser. The sidebar is now seen as contained within the contents column, which is why it is displaying below the content in the left column.
This would be due to an out of place closing DIV tag - perhaps one that should be before the sidebar code is now being see as after it.
To give you a clue, looking at your View Source, my editor tells me on your home page there is no closing tag for this div:
<div id="container" class="black-bg">
You can look at the code errors on this validator page
http://validator.w3.org/check?uri=http://beyondchalk.com/blog/
The significant ones are the ones that say illegal tags and missing or mismatched tags/closing tags.
Its bizarre then that replacing the theme didn't fix it. Is it not?
This topic has been closed to new replies.