Plugin Author
Mehedi
(@imehedidip)
Hi,
Please add the following CSS to your theme’s style.css:
.sharify-container ul {
padding: 0 !important;
}
Let me know if it doesn’t work.
Thanks!
Unfortunately that did not work.
Plugin Author
Mehedi
(@imehedidip)
Hi,
Could you please tell me in detail what you want the share box to look like?
Thanks!
I want it to be aligned with the left margin, like this.
The CSS you provided didn’t do anything. Maybe it’s conflicting with another plugin.
Plugin Author
Mehedi
(@imehedidip)
Please try this:
.sharify-container ul {
padding: 0px !important;
}
That fixed it. Thanks.
And another thing: When you are sharing via Twitter, there is a space missing before @username. So it looks like this “via:@user”. It still works though.