• Resolved gpompeyus

    (@gpompeyus)


    Hi guys, your plugin is great, just one thing.

    How do i increase the width of a placeholder in a form. So that the placeholders fit the all width of the form when I’m using one column.

    I’ve been trying with some css code and I can’t.

    Any help would be appreciated.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author easyregistrationforms

    (@easyregistrationforms)

    Hello @gpompeyus

    Thank you for contacting us.
    You may paste the below mentioned CSS code in your theme CSS file to make the form full width.

    .erf-container .erf-form .form-control,
    .erf-container .erf-form .other-option + label input[type="text"],
    .erf-container .erf-payment-wrapper{
        max-width   : 100%;
    }

    Feel free to drop us an email on erformswp@gmail.com in case of any query.

Viewing 1 replies (of 1 total)

The topic ‘Width of text placeholders’ is closed to new replies.