Title: Verify OTP Button Width
Last modified: July 5, 2019

---

# Verify OTP Button Width

 *  Resolved [macfan007](https://wordpress.org/support/users/krgauravit007/)
 * (@krgauravit007)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/verify-otp-button-width/)
 * Hi There,
 * I am using below css to make button width 100% on checkout page
 * .form-row.place-order .button#place_order{
    width: 100%; }
 * and result is for all payment gatways is good.
 * Now, I am using this plugin for only COD OTP verification. Moment I choose COD,
   Button width become lesser widen . Just to fill OTP verification MESSAGE we put
   in SMS alert setting.
 * Is there anyway , You may keep button width 100% for OTP Verificatoin message
   too . I am choosing single button for OTP.
 * Regards

Viewing 1 replies (of 1 total)

 *  Plugin Author [Cozy Vision](https://wordpress.org/support/users/cozyvision1/)
 * (@cozyvision1)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/verify-otp-button-width/#post-11705517)
 * Hello Gaurav,
 * Thank you for contacting us.
 * For Order verification, our plugin uses custom button and thus a different id
   is assigned to it.
 * Unfortunately we can not make the width 100% by default for this button, as this
   may not be suitable for many other users.
 * However you can replace the css you quoted above and it should serve your purpose.
 *     ```
       .form-row.place-order .button#place_order, .form-row.place-order .button#smsalert_otp_token_submit{
       width: 100%;
       }
       ```
   
 * Still in case you need any help, please feel free to contact us on [support@cozyvision.com](https://wordpress.org/support/topic/verify-otp-button-width/support@cozyvision.com?output_format=md)
   or call us on 080-1055-1055

Viewing 1 replies (of 1 total)

The topic ‘Verify OTP Button Width’ is closed to new replies.

 * ![](https://ps.w.org/sms-alert/assets/icon-128x128.gif?rev=2715210)
 * [SMS Alert – SMS & OTP for WooCommerce, Order Notifications & Abandoned Cart Recovery](https://wordpress.org/plugins/sms-alert/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sms-alert/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sms-alert/)
 * [Active Topics](https://wordpress.org/support/plugin/sms-alert/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sms-alert/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sms-alert/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Cozy Vision](https://wordpress.org/support/users/cozyvision1/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/verify-otp-button-width/#post-11705517)
 * Status: resolved