Can anyone explain to me in really easy step by step instructions (like what files I need to edit and what code I need to look for and enter) how to centre the AddThis buttons that are generated by the AddThis wordpress plug-in. Currently they are aligned to the left.
My wordpress site is www.toyota86ar.com
Thanks
1. Open up the styles.css file in your theme
2. Add the following to the bottom
div.addthis_toolbox {
width: 242px;
margin: 0 auto;
}
3. Save the file.
You may have to adjust the width value in order to get it to center properly
This question is closed to new answers.