Title: Android Issue
Last modified: March 15, 2023

---

# Android Issue

 *  Resolved [larajdesigns09](https://wordpress.org/support/users/larajdesigns09/)
 * (@larajdesigns09)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/android-issue-2/)
 * Hello,
 * My square credit card field is displaying awkwardly on android, going outside
   box:
 * [https://coppercreekfarm.com/wp-content/uploads/2023/03/screenshot_20230315_104649_chrome.jpg](https://coppercreekfarm.com/wp-content/uploads/2023/03/screenshot_20230315_104649_chrome.jpg)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fandroid-issue-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Saif](https://wordpress.org/support/users/babylon1999/)
 * (@babylon1999)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/android-issue-2/#post-16563022)
 * Hello [@larajdesigns09](https://wordpress.org/support/users/larajdesigns09/),
   
   Thank you for sharing the screenshot!Seems like there’s a `20px` padding for 
   the payment field. I recommend getting in touch with the theme author about this.
   In the meantime, a quick workaround could be to use this CSS snippet to lower
   the padding to just 1 pixel.
 *     ```wp-block-code
       /*  Fix square payment field on checkout  */
   
       @media only screen and (max-width: 767px) {
       .checkout .payment_methods .payment_box {
       padding: 1px;
       }
       }
       ```
   
 * If you need help adding the code to your theme, [you can check this guide](https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/).
   
   Hope this helps!

Viewing 1 replies (of 1 total)

The topic ‘Android Issue’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-square/assets/icon-256x256.png?rev=3234354)
 * [WooCommerce Square](https://wordpress.org/plugins/woocommerce-square/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-square/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-square/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-square/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-square/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-square/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Saif](https://wordpress.org/support/users/babylon1999/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/android-issue-2/#post-16563022)
 * Status: resolved