Title: Remove the Listbutton
Last modified: August 30, 2016

---

# Remove the Listbutton

 *  Resolved [99DEEPBLACK](https://wordpress.org/support/users/99deepblack/)
 * (@99deepblack)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-the-listbutton/)
 * Hi there
 * I first want to getting all my reaction buttons fit on one line. I used “display:
   inline-block” and it works. But I have one problem: Theres still space on the
   left site of the first button because of the list button. The button is not visible
   but the space is already there.
 * How can I remove this button? Or what can I do that the buttons arent a list?
 * Regards and sorry for the englisch from a german user. 😉
 * Naddy
 * Here you can see my reaction buttons. Scroll down to the comments:
 * [http://www.haekelheldin.de/gehaekelter-pinguin-kostenlose-anleitung/](http://www.haekelheldin.de/gehaekelter-pinguin-kostenlose-anleitung/)
 * [https://wordpress.org/plugins/reaction-buttons/](https://wordpress.org/plugins/reaction-buttons/)

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

 *  Plugin Author [Jakob Lenfers](https://wordpress.org/support/users/jakob42/)
 * (@jakob42)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-the-listbutton/#post-6397054)
 * Well, since you have self made penguins on your site, I just have to help. 🙂
 * There is no button, but there seem to be general settings in your theme adding
   space on the left. Add something like this to the CSS file where you added the
   display: inline-block:
 *     ```
       div.reaction_buttons > ul {
         margin: 0;
         padding: 0;
       }
       ```
   
 * If you only want to change the space on the left site, use something like margin-
   left or padding-left instead.
 * Hoffe das hilft, 😉
    Jakob
 *  Thread Starter [99DEEPBLACK](https://wordpress.org/support/users/99deepblack/)
 * (@99deepblack)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-the-listbutton/#post-6397062)
 * Thank you so much!
 * That’s what Im looking for! Now everything looks like before the update!
 * I’m so happy that I have the penguins on my site, so that you have to help me
   out! 😀 😉
 *  Plugin Author [Jakob Lenfers](https://wordpress.org/support/users/jakob42/)
 * (@jakob42)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-the-listbutton/#post-6397080)
 * Glad I could help.

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

The topic ‘Remove the Listbutton’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/reaction-buttons_ddebf9.svg)
 * [Reaction Buttons](https://wordpress.org/plugins/reaction-buttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/reaction-buttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/reaction-buttons/)
 * [Active Topics](https://wordpress.org/support/plugin/reaction-buttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/reaction-buttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/reaction-buttons/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jakob Lenfers](https://wordpress.org/support/users/jakob42/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/remove-the-listbutton/#post-6397080)
 * Status: resolved