Title: su_button CSS code
Last modified: August 31, 2016

---

# su_button CSS code

 *  [robinb04](https://wordpress.org/support/users/robinb04/)
 * (@robinb04)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/su_button-css-code/)
 * Hi – I needed a fixed width button, so I tweaked the .su-button CSS (in the Custom
   CSS area) with this:
 *     ```
       .su-button {
       	width: 300px !important;
       }
       ```
   
 * It worked as hoped and set my buttons width to 300px. However now I need another
   set of buttons with a 225px fixed width. I can’t seem to figure out how to do
   this. How can I get another CSS class for the button to change my width.
 * I’ve tried to do this:
    `[su_button class="su_button_book_now" url="#" target
   ="blank" style="flat" background="#bfb690" color="#492900" size="12" radius="
   5"]Book Now v1[/su_button]`
 * and then add the class to the Custom CSS – but no luck. Any idea’s?
 * Thanks in advance
 * [https://wordpress.org/plugins/shortcodes-ultimate/](https://wordpress.org/plugins/shortcodes-ultimate/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [robinb04](https://wordpress.org/support/users/robinb04/)
 * (@robinb04)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/su_button-css-code/#post-6968322)
 * The CSS I tried to use for the class above
 * .su_button_book_now{
    width: 225px !important; }

Viewing 1 replies (of 1 total)

The topic ‘su_button CSS code’ 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
 * 1 participant
 * Last reply from: [robinb04](https://wordpress.org/support/users/robinb04/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/su_button-css-code/#post-6968322)
 * Status: not resolved