Title: Button size
Last modified: August 21, 2016

---

# Button size

 *  Resolved [Philip Cullen](https://wordpress.org/support/users/philip-cullen/)
 * (@philip-cullen)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/button-size-5/)
 * Hi,
 * Just installed the plugin and it’s just what I need as it was so easy to create
   some great looking buttons on the page.
 * I now have a line of buttons running down my page and I would really like to 
   have them all the same width on the page.
 * There may be a way of doing that in CSS or something similar – I’m no WP expert.
 * Phil
 * [https://wordpress.org/plugins/forget-about-shortcode-buttons/](https://wordpress.org/plugins/forget-about-shortcode-buttons/)

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

 *  Plugin Author [Ross Morsali](https://wordpress.org/support/users/designsandcode/)
 * (@designsandcode)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/button-size-5/#post-4903171)
 * Hey Philip Cullen
 * You could add this CSS to your theme:
 *     ```
       a.fasc-button
       {
           width:400px;
       }
       ```
   
 * And if that does not work add `!important`:
 *     ```
       a.fasc-button
       {
           width:400px !important;
       }
       ```
   
 * 🙂
 *  Thread Starter [Philip Cullen](https://wordpress.org/support/users/philip-cullen/)
 * (@philip-cullen)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/button-size-5/#post-4903219)
 * Hi,
 * Thank you so very much for the prompt and very supportive reply. As I said before
   I’m no WordPress expert so when you say add this CSS to my theme do you mean 
   to the file named “style.css”?
 * If so does it matter where it goes?
 * Regards,
 * Phil
 *  Plugin Author [Ross Morsali](https://wordpress.org/support/users/designsandcode/)
 * (@designsandcode)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/button-size-5/#post-4903223)
 * Not really, it should be fine placing it at the end of the file 🙂
 *  Plugin Author [Ross Morsali](https://wordpress.org/support/users/designsandcode/)
 * (@designsandcode)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/button-size-5/#post-4903224)
 * PS if you like the plugin please consider leaving it a rating 🙂
 *  Thread Starter [Philip Cullen](https://wordpress.org/support/users/philip-cullen/)
 * (@philip-cullen)
 * [12 years ago](https://wordpress.org/support/topic/button-size-5/#post-4903251)
 * Hi,
 * I’ve tried both of those and neither of them work.
 * Regards,
 * Phil
 *  [spin974](https://wordpress.org/support/users/spin974/)
 * (@spin974)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/button-size-5/#post-4903317)
 * I have the same question, this doesn’t seem to be working.
 *  [spin974](https://wordpress.org/support/users/spin974/)
 * (@spin974)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/button-size-5/#post-4903318)
 * OK so I got it to work, but now the text color is gray by default no matter what
   color I make it.
 *  Plugin Author [Ross Morsali](https://wordpress.org/support/users/designsandcode/)
 * (@designsandcode)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/button-size-5/#post-4903319)
 * Let me have a look in to this tomorrow but I think it should work fine – from
   what I can remember I tested this so maybe some other code on your theme is conflicting.
 * As you can see from the code I supplied, there is no reference to colour, so 
   it should have zero effect on the color picker… maybe try clearing your cache
   and checking again?

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

The topic ‘Button size’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/forget-about-shortcode-buttons_ffffff.
   svg)
 * [Forget About Shortcode Buttons](https://wordpress.org/plugins/forget-about-shortcode-buttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forget-about-shortcode-buttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forget-about-shortcode-buttons/)
 * [Active Topics](https://wordpress.org/support/plugin/forget-about-shortcode-buttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forget-about-shortcode-buttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forget-about-shortcode-buttons/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [Ross Morsali](https://wordpress.org/support/users/designsandcode/)
 * Last activity: [11 years, 12 months ago](https://wordpress.org/support/topic/button-size-5/#post-4903319)
 * Status: resolved