Title: Text padding in a button
Last modified: April 1, 2020

---

# Text padding in a button

 *  Resolved [mangesh3381](https://wordpress.org/support/users/mangesh3381/)
 * (@mangesh3381)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/text-padding-in-a-button/)
 * hi,
    I am using su-button. But the text padding inside the button is very high.
 * I need below paddings in mobile,tablet and desktop views for text inside the 
   button.
 * left padding 8px
    right padding 8px
 * top and bottom paddings are ok.
 * kindly help
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftext-padding-in-a-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/text-padding-in-a-button/#post-12627482)
 * Hi [@mangesh3381](https://wordpress.org/support/users/mangesh3381/),
 * navigate to _Dashboard – Shortcodes – Settings_ and add the following snippet
   to the _Custom CSS code_ field:
 *     ```
       .su-button > span {
       	line-height: 140% !important;
       }
       ```
   
 * Adjust the value (140) to fit your needs.

Viewing 1 replies (of 1 total)

The topic ‘Text padding in a button’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [Shortcodes Ultimate - Content Elements](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Vova](https://wordpress.org/support/users/gn_themes/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/text-padding-in-a-button/#post-12627482)
 * Status: resolved