How to centre align the wordpress plugin

dj045 Jul 05, 2012 08:34AM EDT

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

2 Community Answers

Paul Jul 06, 2012 10:55AM EDT

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

View in conversation


Up 0 Rated Down
Paul (AddThis Happiness Specialist) Best Answer Jul 06, 2012 10:55AM EDT
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
Up 0 Rated Down
dj045 Jul 10, 2012 11:26AM EDT
Hey thanks that worked! any idea how I stop the little loading wheels from showing behind the AddThis div?

This question is closed to new answers.

Still need help?


General Topics

 

Developers