• So basically the I’d like to increase the length of the Name, Email, Subject, Captcha box fields to their maximum width length, so those fields are the same width as the message box field. How do I do this?

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

    (@guido07111975)

    Hi,

    To take padding left and right into account the message field has a 90% width by default.

    To make the other fields the samen width, add this at the Extra CSS page of the Customizer in your dashboard:

    
    #vscf .form-group input[type="text"], #vscf .form-group input[type="email"] {width:90%;}
    

    Guido

Viewing 1 replies (of 1 total)
  • The topic ‘How to extend length of fields?’ is closed to new replies.