
Postado originalmente por
Santai
wants to shift the site, forum it self - from a center alignment to a left alignment :
the css is what is centering it :
Código:
#sizd {
text-align:center;
margin-left:auto;
margin-right:auto;
}
the easiest way is in the header template find :
Código:
<div id="sizd" style="width:$sizd">
and remove the <div s' ID
Código:
<div style="width:$sizd">
if its text - is a language thing i understand -- had the fun of working with it for a site :
enjoyed it really, taught me a lot 
Marcadores