padding = 0 .. 400
default: 20

The padding command is used to provide a certain amount of space around the chess board and the game. In this first example, you can see what a value of padding = 0 looks like:

And here is an example using a padding = 10

If you wish to, you can control the padding of the outer table by using a padding value of 0, and then applying a padding property to the CSS class .pgob, which is Palview's Outer Border class. Here you could add the property padding: 10; to the class in the CSS file.