Title: Button paddding
Last modified: February 9, 2017

---

# Button paddding

 *  [lauratraveler](https://wordpress.org/support/users/lauratraveler/)
 * (@lauratraveler)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/button-paddding/)
 * Hey, how can I set a padding around the text of a button? Basically, I just want
   to button to look bigger on the page, but not the text of the button. Thanks!

Viewing 1 replies (of 1 total)

 *  [NightL](https://wordpress.org/support/users/nightl/)
 * (@nightl)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/button-paddding/#post-8795471)
 * you can approach this in several different ways – but if you are not familiar
   with css then the easiest is to add html code for spaces `&nbsp;` before and 
   after your button text
 * `[su_button size="1"] Click me [/su_button]`
    becomes `[su_button size="1"]&nbsp;&
   nbsp; Click me &nbsp;&nbsp;&nbsp;&nbsp;[/su_button]`
 * **or using styles** – when you set up your button you will see an area called
   Class – add to this btnWidth (whatever you chose to call it)
 * so the code becomes
    `[su_button class="btnWidth"]Button text[/su_button]`
 * then you will need to add a custom class to your style sheet
    .btnWidth { width:
   300px; }
 * You should read up on wordpress custom style sheets
    -  This reply was modified 9 years, 3 months ago by [NightL](https://wordpress.org/support/users/nightl/).
    -  This reply was modified 9 years, 3 months ago by [NightL](https://wordpress.org/support/users/nightl/).

Viewing 1 replies (of 1 total)

The topic ‘Button paddding’ 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: [NightL](https://wordpress.org/support/users/nightl/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/button-paddding/#post-8795471)
 * Status: not resolved