Hi there - I'm using your wordpress plugin and I don't love the layout of the sharing buttons on my posts. Is there any way to give them better formatting, such as putting them in a box or laying them out in some other way?
Thanks,
Bruce
Bruce,
Our buttons can be styled using CSS, so if you wanted to put a border around them you could just do this:
.addthis_toolbox {
border: solid black 1px !important;
}
If you want to customize the corner you can use the "Build your own" or "custom button" options
This question is closed to new answers.