Title: Mobile button getting cut off
Last modified: September 1, 2016

---

# Mobile button getting cut off

 *  Resolved [wpodeskstar](https://wordpress.org/support/users/wpodeskstar/)
 * (@wpodeskstar)
 * [10 years ago](https://wordpress.org/support/topic/moble-button-getting-cut-off/)
 * I’ve created a wide button via css (800px) and it looks great on my desktop but
   it’s getting cut off on mobile. Any way to make it resize itself on the mobile?
 * [https://wordpress.org/plugins/forget-about-shortcode-buttons/](https://wordpress.org/plugins/forget-about-shortcode-buttons/)

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

 *  Plugin Author [Ross Morsali](https://wordpress.org/support/users/designsandcode/)
 * (@designsandcode)
 * [10 years ago](https://wordpress.org/support/topic/moble-button-getting-cut-off/#post-7640762)
 * Hey there
 * If you are giving your button a width of 800px via CSS then of course it will
   be 800px on mobile too!
 * In order to for the width to be different on mobile, you need to use CSS that
   targets mobiles specifically – these are called media queries –
 * [http://www.w3schools.com/cssref/css3_pr_mediaquery.asp](http://www.w3schools.com/cssref/css3_pr_mediaquery.asp)
 * So you would define a different width for mobile, or possibly `width: auto`
 * Thanks
 *  Thread Starter [wpodeskstar](https://wordpress.org/support/users/wpodeskstar/)
 * (@wpodeskstar)
 * [10 years ago](https://wordpress.org/support/topic/moble-button-getting-cut-off/#post-7640771)
 * Thank you for the tip – I used the following code and it works just as I wanted.
 * [@media](https://wordpress.org/support/users/media/) screen and (min-width: 480px){
   .
   fasc-size-xlarge { width: auto; }

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

The topic ‘Mobile button getting cut off’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [wpodeskstar](https://wordpress.org/support/users/wpodeskstar/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/moble-button-getting-cut-off/#post-7640771)
 * Status: resolved