Title: Center text
Last modified: August 20, 2016

---

# Center text

 *  Resolved [tnybits](https://wordpress.org/support/users/tnybits/)
 * (@tnybits)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/center-text-3/)
 * Great plugin, ive tried so many sharing plugins and this one is the cleanest 
   and best so far! However, I am having a problem centering the text:
 * example: [http://tnybits.com/in-wonderland/](http://tnybits.com/in-wonderland/)
 * The button in blue before the icons saying “Share:” is a little bit lower than
   the icons, is there anyway to make it level with the icons? thanks!
 * [http://wordpress.org/extend/plugins/simple-share-buttons-adder/](http://wordpress.org/extend/plugins/simple-share-buttons-adder/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Simple Share](https://wordpress.org/support/users/davidoffneal/)
 * (@davidoffneal)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/center-text-3/#post-3588880)
 * Hi,
 * It’t a CSS attribute that needs adding to the ssba images – vertical-align: middle;
 * Please copy and paste the code below into the custom CSS box in your Share Buttons
   admin panel. [https://www.youtube.com/watch?v=bwjITKYby1c](https://www.youtube.com/watch?v=bwjITKYby1c)
 * Note that if you want to make any changes to the colors or padding for example,
   the changes will need to be made here. I shall however probably change the default
   for the next release to align the images this way.
 * Thanks, any problems just let me know 🙂
    David
 *     ```
       #ssba img {
       padding: 10px;
       border: 0;
       box-shadow: 0;
       display: inline;
       vertical-align: middle;
       }
   
       #ssba {
       font-size: 30px;
       color: #47d1f2;
       font-weight: bold;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Center text’ is closed to new replies.

 * ![](https://ps.w.org/simple-share-buttons-adder/assets/icon-256x256.png?rev=2661516)
 * [Simple Share Buttons Adder](https://wordpress.org/plugins/simple-share-buttons-adder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-share-buttons-adder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-share-buttons-adder/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-share-buttons-adder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-share-buttons-adder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-share-buttons-adder/reviews/)

## Tags

 * [icons](https://wordpress.org/support/topic-tag/icons/)

 * 1 reply
 * 2 participants
 * Last reply from: [Simple Share](https://wordpress.org/support/users/davidoffneal/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/center-text-3/#post-3588880)
 * Status: resolved