Hello, not sure if this would help you but it works well for me, I just used a custom CSS plugin, and entered this code in there..
.item-inner {
max-width:310px;
padding:5px;
margin-left:auto;
margin-right:auto;
}
gets rids of the black margin on the right. Ideally to be able to have a larger and responsive thumbnail depending on page size would be nice.