Title: Centering the button.
Last modified: August 20, 2016

---

# Centering the button.

 *  Resolved [ikeyaro](https://wordpress.org/support/users/ikeyaro/)
 * (@ikeyaro)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/centering-the-button/)
 * Like button is left aligned, although my CSS has center align.
 * Here is screen with 2 different plugins for fb like.
 * [Screen](http://img405.imageshack.us/img405/9108/centerbutton.jpg)
 * Thanks
 * [http://wordpress.org/extend/plugins/really-simple-facebook-twitter-share-buttons/](http://wordpress.org/extend/plugins/really-simple-facebook-twitter-share-buttons/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [ikeyaro](https://wordpress.org/support/users/ikeyaro/)
 * (@ikeyaro)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/centering-the-button/#post-3491253)
 * 1st button is your plugin, and 2nd is other plugin.
 *  [whiletrue](https://wordpress.org/support/users/whiletrue/)
 * (@whiletrue)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/centering-the-button/#post-3491281)
 * 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.
 *  [leonardus](https://wordpress.org/support/users/leonardus/)
 * (@leonardus)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/centering-the-button/#post-3491340)
 * 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?
 *  Thread Starter [ikeyaro](https://wordpress.org/support/users/ikeyaro/)
 * (@ikeyaro)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/centering-the-button/#post-3491369)
 * Leonardus,
 * try with . instead # 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Centering the button.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/really-simple-facebook-twitter-share-
   buttons_96bbf2.svg)
 * [Really Simple Share](https://wordpress.org/plugins/really-simple-facebook-twitter-share-buttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-facebook-twitter-share-buttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-facebook-twitter-share-buttons/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-facebook-twitter-share-buttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-facebook-twitter-share-buttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-facebook-twitter-share-buttons/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [ikeyaro](https://wordpress.org/support/users/ikeyaro/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/centering-the-button/#post-3491369)
 * Status: resolved