Hi,
The themes in my forum is showing aligned towards left side. How to make it aligned centered ...?
![[Image: f6ugF.png]](https://camo.mybb.com/ce1f51f5c5f5aeecaec95db76fbbb82bc4edbd8d/687474703a2f2f692e696d6775722e636f6d2f66367567462e706e67)
In global.css , find;
#container {
width: 95%;
background: #fff;
border: 1px solid #e4e4e4;
color: #000000;
margin: auto auto;
padding: 20px;
text-align: left; /* IE 5 fix */
}
and Change text-align: left; to middle; like this;
#container {
width: 95%;
background: #fff;
border: 1px solid #e4e4e4;
color: #000000;
margin: auto auto;
padding: 20px;
text-align: middle; /* IE 5 fix */
}
I do not see such alignment problem on firefox & IE .. if you logout then does it turn to normal ?
only apart night theme is working fine by changing left to middle.......apart sky and apart flame are still showing that way as in image......
You've to change each theme's global.css > #container > and edit its text-align attribute.
By aligning text middle just see what happens...:
![[Image: 16kw6kx.jpg]](https://camo.mybb.com/84c819b9d48a3fb269cb74611246b4a20a077c51/687474703a2f2f6935322e74696e797069632e636f6d2f31366b77366b782e6a7067)
In my chrome its fine. Try to view it in Chrome.
i am worried about the users that will view it in IE8....may be it makes -ve impact on them....that's why i want to fix the issues in IE