Try adding this to your custom css:
#footer-widgets ul.social-icons {
width: 90px;
margin: 0 auto;
}
#footer-widgets div:last-child .textwidget {
float: right;
text-align: right;
}
.widget_categories ul > li a:before, .widget_archive ul > li a:before, .widget_nav_menu ul > li a:before, .widget_meta ul > li a:before, .widget_recent_entries ul > li a:before, .widget_product_categories ul > li a:before {
display: none;
}
– Kyle