Posted by: lordmage - Monday, 28 April 2014 14:17:05 |
---|
How do I center my page please help forums. I'm trying but I can not thank you in advance. |
Posted by: Zero2Cool - Monday, 28 April 2014 16:40:02 |
---|
[quote=lordmage;63487]How do I center my page please help forums. I'm trying but I can not thank you in advance.[/quote] Put this in your CSS file and wrap the div around whatever content you want centered. [code=css].ctr { margin-left: auto; margin-right: auto; }[/code] Edit, text-align will center ALL the text too. I removed it as you just need to center your DIV's. |
Posted by: lordmage - Monday, 28 April 2014 18:13:17 |
---|
Sitem bozuldu.Lütfen kusura bakma bunu çeviremiyorum :( codes did not work |
Posted by: tha_watcha - Wednesday, 30 April 2014 16:29:20 |
---|
add this to the forum.css or theme.css [code=css]body {margin:0 auto;width:750px}[/code] you can use any width you want. |
Posted by: lordmage - Wednesday, 30 April 2014 23:57:17 |
---|
thank you |