Well there are 2 ways to modify the padding...
1. modify the padding in vbulletin...
(the image padding is: stylevar padding * 2)
If you want to modify it for the widgets only you will have to edit the file: vbgwidget.php in the includes/vbgallery directory
open file : includes/vbgallery/vbgwidget.php
find:
Code:
Content visible to verified customers only.
right below add:
Code:
Content visible to verified customers only.
then at the top of the file find:
Code:
Content visible to verified customers only.
right above add:
Code:
Content visible to verified customers only.
you will there be able to modify the padding...
$widget_padding = 0; will remove the padding completely..
but attention, the padding is the same for all widgets.. for vertical and horizontal ones.
Luc