x

Issue with spacing in contact form

Hi! I'm trying to find a means to change the padding in a form that I've removed the description from. It's a simple newsletter sign-up form consisting of one entry field and a submission button, and the amount of space between the entry field and button is significant. I can't seem to find where to edit this within the CSS.

1,149 Views
Message 1 of 6
Report
1 Best Answer

Best Answer

@jwncreative"

You can try this settings--->SEO--->Header code

stick following code

<style>

.formlist {
min-height50px !important; /* default is 100px */
}
</style>

View Best Answer >

1,124 Views
Message 7 of 6
Report
5 REPLIES 5
Square

Hi @jwncreative

Can you post the url and page so we can take a look? Thanks!

1,140 Views
Message 7 of 6
Report

1,138 Views
Message 7 of 6
Report
Square

Thanks for replying. I've been trying to find an older post with a solution I can link you to, but I haven't come across one yet. I'll keep searching, though. 

1,132 Views
Message 7 of 6
Report

Best Answer

@jwncreative"

You can try this settings--->SEO--->Header code

stick following code

<style>

.formlist {
min-height50px !important; /* default is 100px */
}
</style>
1,125 Views
Message 7 of 6
Report

@bobafett

thanks, that's certainly better. Is there anything else I can try to have a bit more control?

1,104 Views
Message 7 of 6
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.