Basically the important part is that the centred div come after the left and right divs in the markup. Check out this example, it uses margin-left: auto and margin-right: auto on the centered div, which causes it to be centred.
Perfect! Come to think of it, I think I had noticed that while scouring Google for a few examples, but it's importance was never pointed out so I guess I never tried it.
This is specifically what I'm trying work with. I want all three on one line. Twitter left, FB right.
http://css-tricks.com/snippets/javascript/async-sharing-buttons-g-facebook-twitter/
Please and THANKS!
Here: http://codepen.io/Paulie-D/pen/BuJaI
Thanks for the help!