Title: Add more space between button lines
Last modified: July 22, 2019

---

# Add more space between button lines

 *  Resolved [eitanc](https://wordpress.org/support/users/eitanc/)
 * (@eitanc)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/add-more-space-between-button-lines/)
 * Hi, I have two lines of buttons and they are “touching” each other, the top and
   the bottom, and I wish to add some space between them.
 * I tried CSS code like:
    .addtoany_content { line-height: 16; }
 * And other options and numbers, but nothing helped…
 * Can you direct me to the correct option?
 * Thanks!

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

 *  Plugin Author [micropat](https://wordpress.org/support/users/micropat/)
 * (@micropat)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/add-more-space-between-button-lines/#post-11757064)
 * Hello,
 * Use the [`!important`](https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity#The_!important_exception)
   declaration to override, and be sure to specify a unit such as `px`.
 * `.addtoany_content { line-height: 16px !important; }`
 *  Thread Starter [eitanc](https://wordpress.org/support/users/eitanc/)
 * (@eitanc)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/add-more-space-between-button-lines/#post-11757804)
 * Hi, thanks, but it didn’t help.
    I tried it and even: .addtoany_content { line-
   height: 30px !important; } but it didn’t help, see at [http://life.caspi.org.il/separated-at-birth-louis-van-gaal-nigel/](http://life.caspi.org.il/separated-at-birth-louis-van-gaal-nigel/)
 *  Plugin Author [micropat](https://wordpress.org/support/users/micropat/)
 * (@micropat)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/add-more-space-between-button-lines/#post-11761291)
 * Adjusting the buttons’ `padding` works with your theme:
 * `.addtoany_list a { padding: 4px 4px !important; }`
 *  Thread Starter [eitanc](https://wordpress.org/support/users/eitanc/)
 * (@eitanc)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/add-more-space-between-button-lines/#post-11761909)
 * What a winner! Thanks, worked like charm!
    Thank you very very much!

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

The topic ‘Add more space between button lines’ is closed to new replies.

 * ![](https://ps.w.org/add-to-any/assets/icon.svg?rev=972738)
 * [AddToAny Share Buttons](https://wordpress.org/plugins/add-to-any/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/add-to-any/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/add-to-any/)
 * [Active Topics](https://wordpress.org/support/plugin/add-to-any/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/add-to-any/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/add-to-any/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [eitanc](https://wordpress.org/support/users/eitanc/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/add-more-space-between-button-lines/#post-11761909)
 * Status: resolved