Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
IE Troubleshooting
Hello everyone!
I'm new to vanilla so please bear with me, so here goes. I've just modified the original CSS in vanilla slightly (very slightly and will continue to tinker when I get time), and all appears well except in IE. The head area appears larger than the rest and the entire forum is on the left, instead of being centered.
If anyone could help me it'd be most appreciated.
The site is at: STD Gaming Forum
I'm new to vanilla so please bear with me, so here goes. I've just modified the original CSS in vanilla slightly (very slightly and will continue to tinker when I get time), and all appears well except in IE. The head area appears larger than the rest and the entire forum is on the left, instead of being centered.
If anyone could help me it'd be most appreciated.
The site is at: STD Gaming Forum
0
This discussion has been closed.
Comments
Add "text-align:center;" to the body element
(important note: not .Body, #Body, .PageBody, .CommentBody, or anything else)
(other note: you also have to add "text-align:left;" to .SiteContainer to keep the centered text setting from inheriting down the tree)
I'll check for the source of the other problem in a sec.
I have no idea where I got that habit; I'll have to check it out.
EDIT: It is almost certain that I picked it up from glish