1

Topic: Existing menu moves

I have my own menu at the top of the forum layout, but then it moves to the center.

The menu is a list (<ul>) and is styled with css, but in the forum its beeing centered instead of left.


Maybe this wasnt so easy to understand, but you can see it "live" here:

Forum: http://maiden.tibia.no/forum/
Other: http://maiden.tibia.no/

I hope anyone know how to fix this.

2

Re: Existing menu moves

I imagine it's because you have removed #punwrap and have body {text align:center}

3 (edited by Runar 2006-02-26 23:27)

Re: Existing menu moves

Edit: It worked!

I placed <div id="punwrap"> just under <body>, and now its perfect!
Thank you so much!