Anyone know how to fix alinment? My Discussions main page is aligned in the centre though the categories are aligned to the left. All the text in the comments and discussions are aligned centre, and all the forms are aligned centre. I am using Vanilla Default, though have edited the Menu.php and created a new style.
If you validate your page, you'll see that there is a div problem in the header you added. You have a div SiteContainer and then another beginning div and then a style. And then you close a div outside then ending html tag.
Fixed! Seems that Vanilla prefers float:left; as opposed to align:left; Had a similar problem with the Vote Results Bar, and that liked float:left; too!!
Tried the Validate and it didn't show any nasties up and the header bar seems to be working ok, so, as much as I have learned so far, if it aint broke don't fix it!
Ok point taken. The main reason the header got messy cos the signed in as stuff was appearing all over it. That eventually got changed elsewhere so can go back and fix it.