Center Widgets on sidebar

Hello,

Could you please tell me how can I center widgets on the sidebar (Text, forms and buttons), I can’t seem to find the sidebar code in the CSS file. Thank you for your time!

My Site
http://chipichipis.com

This will center EVERYTHING inside sidebar widgets. By everything I really mean everything :slight_smile:

.well, #secondary .widget .social-icons {
    text-align: center;
}

It worked perfectly!! Thanks a lot, you saved me hours of work :slight_smile: