How to centre 'Follow U' buttons...

joejourneys May 16, 2012 08:16AM EDT

I have tried several attempts to centre my Follow Us buttons in my footer but they always seem to float left... how do I centre this?

1 Community Answers

Paul May 16, 2012 10:27AM EDT

To center an AddThis toolbox you have to give the div with the class addthis_toolbox a width and define the horizontal margins so that it pushes the div to the center. Here's an example:

div.addthis_toolbox {
width:33%;
margin-left: 33%;
margin-right: 33%;
}

You may have to adjust these widths to suit your design.


Post Your Public Answer

Your name (required)
Your email address (required)
Answer (required)

Still need help?


General Topics

 

Developers