Title: Button Alignment
Last modified: August 24, 2016

---

# Button Alignment

 *  Resolved [jfkirkpatrick](https://wordpress.org/support/users/jfkirkpatrick/)
 * (@jfkirkpatrick)
 * [11 years ago](https://wordpress.org/support/topic/button-alignment-8/)
 * I have 4 Buttons working on [http://www.ccscadmin.com](http://www.ccscadmin.com)
   that are vertical. How do I make these buttons horizontal with spacing across
   the page?
    Thanks John PS: I love your plug-in, it was so easy to install and
   setup.
 *     ```
       <a class="fasc-button fasc-size-large fasc-type-flat fasc-rounded-medium" style="background-color: #111212; color: #ffffff;" href="http://www.ccscadmin.com/gallery/nggallery/bellaromain/desert-paintings?/gallery" data-fasc-style="background-color:#111212;color:#ffffff;">Desert Paintings</a>
       <a class="fasc-button fasc-size-large fasc-type-flat fasc-rounded-medium" style="background-color: #131414; color: #ffffff;" href="./gallery/nggallery/bellaromain/portraits?/gallery" data-fasc-style="background-color:#131414;color:#ffffff;">Portraits</a>
       <a class="fasc-button fasc-size-large fasc-type-flat fasc-rounded-medium" style="background-color: #131414; color: #ffffff;" href="./gallery/nggallery/bellaromain/Other-paintings?/gallery" data-fasc-style="background-color:#131414;color:#ffffff;">Other Paintings</a>
       <a class="fasc-button fasc-size-large fasc-type-flat fasc-rounded-medium" style="background-color: #131414; color: #ffffff;" href="./gallery/nggallery/bellaromain/miscellaneous?/gallery" data-fasc-style="background-color:#131414;color:#ffffff;">Miscellaneous</a>
       ```
   
 * [https://wordpress.org/plugins/forget-about-shortcode-buttons/](https://wordpress.org/plugins/forget-about-shortcode-buttons/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Ross Morsali](https://wordpress.org/support/users/designsandcode/)
 * (@designsandcode)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/button-alignment-8/#post-6146343)
 * They should be horizontal already – unless your theme is adding styles to `<a
   >`
 * Try to add:
 *     ```
       .fasc-button
       {
          display:inline-block !important;
       }
       ```
   
 * Thanks

Viewing 1 replies (of 1 total)

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

## Tags

 * [alignment](https://wordpress.org/support/topic-tag/alignment/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ross Morsali](https://wordpress.org/support/users/designsandcode/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/button-alignment-8/#post-6146343)
 * Status: resolved