Title: Fixed width buttons
Last modified: August 30, 2016

---

# Fixed width buttons

 *  Resolved [mojoke](https://wordpress.org/support/users/mojoke/)
 * (@mojoke)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/fixed-width-buttons/)
 * Hi, how do i create fixed width buttons? I need a block of 6 buttons, at the 
   moment they are all jiggled up, with only two the same width!
 * they are at the bottom of this page:-
 * [http://tickets.axminstermusicaltheatre.co.uk/](http://tickets.axminstermusicaltheatre.co.uk/)
 * Many thanks!
 * [https://wordpress.org/plugins/forget-about-shortcode-buttons/](https://wordpress.org/plugins/forget-about-shortcode-buttons/)

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

 *  [Leemshop](https://wordpress.org/support/users/leemshop/)
 * (@leemshop)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/fixed-width-buttons/#post-6628357)
 * Hi, same problem here.
 * Is there a solution?
 * Regards
 * Geert
 *  Plugin Author [Ross Morsali](https://wordpress.org/support/users/designsandcode/)
 * (@designsandcode)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/fixed-width-buttons/#post-6628358)
 * Hey there
 * This is not an option yet within the plugin, but you can of course modify the
   CSS and give them a fixed width. Add this to your themes CSS:
 *     ```
       a.fasc-button {
           width: 150px;
       }
       ```
   
 * This will only modify their appearance in the front end of the site – not the
   admin though.
 * Thanks
 *  [Leemshop](https://wordpress.org/support/users/leemshop/)
 * (@leemshop)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/fixed-width-buttons/#post-6628359)
 * Ok, thanks!
 *  [rh11021968](https://wordpress.org/support/users/rh11021968/)
 * (@rh11021968)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/fixed-width-buttons/#post-6628395)
 * Hi, adding this code to my (i suppose child theme css) does not do anything.
 * I’m using class=”fasc-button. please advise – [](http://roaldvanderheide.nl)
 *  [rh11021968](https://wordpress.org/support/users/rh11021968/)
 * (@rh11021968)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/fixed-width-buttons/#post-6628396)
 * solved it – read a previous post – just added !important;

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

The topic ‘Fixed width buttons’ 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/)

 * 5 replies
 * 4 participants
 * Last reply from: [rh11021968](https://wordpress.org/support/users/rh11021968/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/fixed-width-buttons/#post-6628396)
 * Status: resolved