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

    (@easyregistrationforms)

    To make fields displayed full width, custom CSS displayed below can be added in theme CSS.

    .erf-container .erf-form .form-control,
    .erf-container .erf-form .other-option + label input[type="text"],
    .erf-container .erf-payment-wrapper{
    	max-width : 100%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Display full with fields in single column layout.’ is closed to new replies.