So I have checked the page with W3C validator and got the following error:
Line 107, Column 56: Element ul not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
<span class=”category”><ul class=”post-categories”>
I suspect this is the cause as the error shows the “Categories” title going up to the nav bar while it should have been on the sidebar. I’m not sure where this span class came from as I applied <div> tags in the dynamic sidebar function.
for some reason the title of the first post has class “linked-list-item” applied to it. this class has a margin applied somewhere that’s not in style.css.
either you figure out how to remove the linked-list-item or put this into style.css
.post .linked-list-item {
margin: 0;
}
after that, set the margins for both #content and #sidebar to equal value
Hi.
Could you tell us the default margins for those 2 divs?
Thanks