2
I don't use that theme but I'll give it a try. In your theme's css file you could try a few things...
You could try a 0 margin/padding as such:
body {margin:0px;padding:0px;}
or in the line below:
table { width: 100%; margin: 5; padding: 5; font-size: small}
Change to margin:0px;padding:0px; as such:
table { width: 100%; margin: 0px; padding: 0px; font-size: small}
By the way, if I remember correctly, margin: 5; is wrong. It should be 5px;/5em; - or otherwise specified. Just 5; is not recognized by some browsers. I believe margin:0;padding:0; might work but otherwise, I think you need to specify px, em, etc.
Remember to always backup any file you edit prior to editing. It saves on the headaches later.
HTH!
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]