I looked at the widget area and it seems to be working just fine as intended. What you need to do is center the content within the widget. If it's an image, do:
.myimageclass { width: 300px; margin: 0 auto; display: block; }
Or put text-align: center on the widget area, and use inline-block on the items within.