Okay
  Public Ticket #2662556
Form field outside column on mobile
Closed

Comments

  •  3
    SomeshVC started the conversation

    Hello,
    On a mobile device the name and email fields are going outside the column.
    Could you advice how to correct this?

    Thank you

  • [deleted] replied

    Hi Somesh,

    Please write the URL of this exact page? Also send me your WordPress credentials, because I need to login to your site and test this.

    To include your credentials click the Insert Credentials button in the editor toolbar (see how) so your reply will be private.

    Thanks!

  •   SomeshVC replied privately
  • [deleted] replied

    Hi Somesh,

    Please add the code below to your Custom CSS area:

    .wpcf7-form-control-wrap input {
        max-width: 100%;
    }

    Have a nice day!

  •  3
    SomeshVC replied

    Thank you. It worked

  • [deleted] replied

    Happy to hear thatsmile.png

    I will set this ticket as solved from here.