When I am logged out, the menu aligns correctly with "contents", but when I'm logged in it doesn't. Any help will be appreciated.
Thanks.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
When I am logged out, the menu aligns correctly with "contents", but when I'm logged in it doesn't. Any help will be appreciated.
Thanks.
I think (no deeper analysis yet) that it has to do with the theme's CSS. "#menu" (the div which holds the menu) seems to be absolutely positioned.
Vanillalounge, thanks for the quick reply. I tried to play a little bit with the "position:absolute" and margin-top and top parameters, with no success. Is it possible that the size of the header is interfering?
This is the blog? http://moontrader.wordpress.com/
if you pull the browser window, you will see that all your elements are "floating in space".
I am assuming you are talking about the sidebar, as I cannot see any other menubar.
ah- I see - the sidebar is called menu. You could try adding something like
margin: 15px 0px 0px 0px;
Thank you all, I just fixed it by removing "position: absolute" and playing with top and margin-top.
ah, of course - forgot to say that. But you really should have a look at your blog there - if you pull the window smaller, the elements end stacked, and you cannot read the posts. I am not sure what you have done, but you seem to miss a wrapper of some sort.
This topic has been closed to new replies.