Custom page layout moves when logged in!

This one is killing me!

I can't for the life of me understand why my page layout is moving everytime I login. I created a custom page with three columns(login_bar, nav_bar, and content) which is placed into a 'one_column' div which is placed in the layout_canvas. When I goto the site index and I am not loggin the site looks fine, but when I login which takes me to the same page the layout(login_bar, nav_bar, and content) is shifted down and to the right. Is it the notification banner that pops out informing you are logged in that is pushingthe content? I don't know but I've been on it all day and nothing seems to work.

Anything you can throw my way please do! If you are so inclinded to help and you want to see my site message me and I will send the site link.

Thanks,

4d

  • Ah..

    I hope I never forget how this was solved. All I needed to do was change the the CSS class "one_column" position:relative to position:absolute. I think it was the pop out messages(login, error etc...) that was pushing my conntent down.

    4D