1st button is your plugin, and 2nd is other plugin.
Hi ikeyaro,
as stated in the plugin FAQ, every button has its own div class (e.g. “really_simple_share_twitter”) for easy customization inside the theme css files. Plus, the div surrounding all buttons has its own class “really_simple_share”.
If you want to override default styling of the buttons, check the disable default styles option add your style rules inside your css theme file.
ok. i found 3 different div class:
really_simple_share robots-nocontent snap_nopreview
really_simple_share_facebook_like
really_simple_share_twitter
but if I insert
#really_simple_share_facebook_like { margin-left: auto; margin-right: auto; }
or
#really_simple_share_twitter { margin-left: auto; margin-right: auto; }
or
#really_simple_share robots-nocontent snap_nopreview { margin-left: auto; margin-right: auto; }
in my custom css nothing is centered, i see one above the other… can you help me?