Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a way to change the right and left margin size, I have about an inch and half on either side.
@navyvette87
In the body of your custom.css file:
body { margin: 5px; height: calc(100% - 10px); width: calc(100% - 10px); }
Adjust accordingly.