Title: Button
Last modified: August 21, 2016

---

# Button

 *  [Bluebell10](https://wordpress.org/support/users/bluebell10/)
 * (@bluebell10)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/button-6/)
 * Can you please advise how I set the width of a button to be the same size every
   time. I want to use them to include different titles as outlined below, but they
   size according to the number of characters in the title?
 * Leadership Skills
    Selling Skills Communication Skills
 * Can you let me have the relevant code please.
 * Many thanks
    Denise
 * [http://wordpress.org/plugins/shortcodes-ultimate/](http://wordpress.org/plugins/shortcodes-ultimate/)

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

 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/button-6/#post-4521494)
 * Hi Denise,
 * try to use next code:
 *     ```
       <div style="width: 300px">
       [button wide=yes] Click me [/button]
       [button wide=yes] Click me [/button]
       [button wide=yes] Click me [/button]
       </div>
       ```
   
 * or next one:
 *     ```
       [button class="fixed-width-button"] Click me [/button]
       [button class="fixed-width-button"] Click me [/button]
       [button class="fixed-width-button"] Click me [/button]
       ```
   
 * with next custom CSS (at plugin settings page)
 *     ```
       .su-button.fixed-width-button { width: 300px; }
       ```
   
 * Vladimir
 *  [prestobay](https://wordpress.org/support/users/prestobay/)
 * (@prestobay)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/button-6/#post-4521719)
 * actually the second box works well with one small change:
    the [button … should
   read [su_button … same for the close: [/su_button]

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

The topic ‘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/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [column width](https://wordpress.org/support/topic-tag/column-width/)

 * 2 replies
 * 3 participants
 * Last reply from: [prestobay](https://wordpress.org/support/users/prestobay/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/button-6/#post-4521719)
 * Status: not resolved