Originally Posted by Sirtel
It can be done with conversion as well. Just put the following code in Look & Feel -> Styling -> Extra css:
Code:
html {
margin-left: -25px;
margin-right: -25px;
}
That's what I use, but of course you can make the margins larger or smaller, as you wish.
|