
06-21-2012, 04:42 PM
|
|
|
Join Date: Jan 2005
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Dylanblitz
Look in the garage_css template.
Find
Code:
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,blockquote{margin:0;padding:0;}
and replace it with
Code:
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,blockquote{padding:0;}
That should fix it. Let me know if it doesn't.
|
I tried without margin , still aligning to the left. Please advise
|