Hello,
The reason the social icons have not been centered is because
display: table;
is missing from the CSS, please try the below CSS code.
#main ul#pretty-pinterest-pins-widget li.pretty-pinterest-pin div.pretty-pinterest-image { margin-left: auto; margin-right: auto; display: table; }
Thanks.