Title: Center Button
Last modified: August 30, 2016

---

# Center Button

 *  Resolved [sarahfinadesign](https://wordpress.org/support/users/sarahfinadesign/)
 * (@sarahfinadesign)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/center-button/)
 * I am just trying to figure out how to center the button on the left sidebar instead
   of left align.
 * Thanks,
 * [http://sarahfinadesigns.com/](http://sarahfinadesigns.com/)
 * [https://wordpress.org/plugins/bloglovin-button/](https://wordpress.org/plugins/bloglovin-button/)

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

 *  Plugin Author [pipdig](https://wordpress.org/support/users/pipdig/)
 * (@pipdig)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/center-button/#post-6218717)
 * Hi Sarah,
 * You would need to use CSS to position the contents of the widget. Try adding 
   this to your theme:
 * .bloglovin_button_widget {
    text-align: center !important; }
 * Let me know if that works. If not, I may add this as an option to a new version
   of the widget.
 * Thanks,
 * Phil
 *  Thread Starter [sarahfinadesign](https://wordpress.org/support/users/sarahfinadesign/)
 * (@sarahfinadesign)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/center-button/#post-6218720)
 * Thanks, I got the bloglovin one fitured out but I still can’t do it for my Pinterest
   RSS widget. Any thoughts?
 *  Plugin Author [pipdig](https://wordpress.org/support/users/pipdig/)
 * (@pipdig)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/center-button/#post-6218723)
 * Hi Sarah,
 * You should really ask the plugin author for support with that widget, but try
   the following 🙂
 * Add the following CSS to your theme:
 *     ```
       .pinterest_rss_widget {
       text-align: center;
       }
       li.pins-feed-item {
       float: none !important;
       display: inline-block !important;
       }
       ```
   
 * You can add CSS to your site by using a plugin such as this one – [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
 * Phil
 *  Thread Starter [sarahfinadesign](https://wordpress.org/support/users/sarahfinadesign/)
 * (@sarahfinadesign)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/center-button/#post-6218724)
 * It worked! Thank you!! I did ask the plugin author but hadn’t heard anything 
   back. Thanks again.

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

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

 * ![](https://ps.w.org/bloglovin-button/assets/icon-256x256.png?rev=1175564)
 * [Bloglovin Button](https://wordpress.org/plugins/bloglovin-button/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bloglovin-button/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bloglovin-button/)
 * [Active Topics](https://wordpress.org/support/plugin/bloglovin-button/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bloglovin-button/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bloglovin-button/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [sarahfinadesign](https://wordpress.org/support/users/sarahfinadesign/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/center-button/#post-6218724)
 * Status: resolved