Viewing 1 replies (of 1 total)
  • Add the following to the “Custom CSS” field

    This adds padding to all sides:

    body {
    padding:1cm;
    }

    If you want a margin only on the left side:

    body {
    padding-left:1cm;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘set margin’ is closed to new replies.