how can i make the buttons at the bottom of the page to be centered??? i cant believe that a plugin like this dont have this feature!
is there any code that i can add so that the buttons get centered?
thx
http://wordpress.org/extend/plugins/twitter-facebook-google-plusone-share/
Batness
Member
Posted 8 months ago #
I too am looking for some way to change/edit the button spacing. Anyone know?
FRVUSA
Member
Posted 7 months ago #
What I did was establish an exact width for each button on the plugin options.
Then in the CSS...
#leftcontainerBox .buttons {
replaced float:left with text-align:center
I also put the same FB Like width as in the options in the tf_display.php (but I have it in spanish), and also in that file, added 2px padding to the LinkedIn because it wasn't centering all the way.
Tested it on Safari, Firefox, Chrome, and Opera. I have no idea about IE.