• Resolved keychange

    (@keychange)


    How can I reduce the gap between fields – the forms are taking up way too much space

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support wvsupport

    (@wvsupport)

    Hi,

    To modify the spacing of the form fields, try editing the below rules in your style sheet. Or you can add them in the Customizer: Appearance > Customize > Additional CSS:

    ul.wpuf-form li {
    	margin-bottom: 0;
    	padding: 10px 10px 0;
    }
    
    ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap {
    	margin-bottom: 0;
    }
    
    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    	margin-bottom: 0;
    }

    Thanks!

    • This reply was modified 4 years, 3 months ago by wvsupport.
    Plugin Support wvsupport

    (@wvsupport)

    Hello @keychange

    We haven’t seen a reply to our last update in over a week so we are going to mark this thread as resolved. Of course if you have further questions, do not hesitate to reopen a topic and we will continue from there!

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Too much white space’ is closed to new replies.