6
It's obvious that the current settings are for a XOOPS site with only one menu column (side block left). I figured out how to change the image size on your page.
In the usermap directory /modules/usermap/ it the file styles.css
The first set of comments are
div#guestmap {
position:relative;
background-color: #ddd;
width:720px;
height:470px;
border: solid 1px #ccc;
text-align:left;
That's the settings for the image size on the page. I found that the setting
div#guestmap {
position:relative;
background-color: #ddd;
width:565px;
height:470px;
border: solid 1px #ccc;
text-align:left;
Works perfect for a site with side block left and side block right. It put the image right square in the center of the page between the blocks, without pushing the right block out of the picture (like the original settings do).
Regards
Frank