2017-10-10, 02:28 AM
I am trying to center the container of my forums after adding a 95% width to it, and I have tried to do
![[Image: ZP3p1m6ORQGF5ALy-2A1TA.png]](https://camo.mybb.com/40522ee321cea456013cc1df129849252d4bb568/68747470733a2f2f696d6167652e70726e747363722e636f6d2f696d6167652f5a503370316d364f5251474635414c792d32413154412e706e67)
margin: 0; auto
and it did nothing. Below is a Screenshot of the problem and the #Container coding.#container {
width: 85%;
color: #ccc;
text-align: left;
line-height: 1.4;
font-family: 'Droid Sans', sans-serif;
font-size: 13px;
}