Simple syntax questions:
I want the AddToAny buttons/menu to be right justified at the bottom of my single posts. I put the recommended PHP code in single.php. Now how do I call it from style.css to make it right-aligned? I tried:
.addtoany {float: right;}
but that's not right... thanks, I'm a noob and I know it.