• Resolved macfan007

    (@krgauravit007)


    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

    (@cozyvision1)

    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 [email protected] or call us on 080-1055-1055

Viewing 1 replies (of 1 total)

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