Zac.
20-02-2013, 07:34 PM
How do I move my entire blog to the left?
CSS:
body{
margin:0px;
padding:40px;
background:{color:Background};
font-family: 'Droid Sans', Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:{color:Text};
}
Do I need to add something?
CSS:
body{
margin:0px;
padding:40px;
background:{color:Background};
font-family: 'Droid Sans', Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:{color:Text};
}
Do I need to add something?