This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Vertical Padding (Spacing) Height
Started 12 years ago by jraitchi | 3 posts |
-
This is ridiculously nit-picky, but our designer is asking me to do it. Is it possible to decrease the padding height above the submit button?
We want to have the submit button with almost no spacing below the "Email Address" field: http://www.languageconvo.com/
Already have this in the theme css, it decreases the spacing of all elements, but we'd like to target the submit button. If the only way to do it is decrease the padding of all elements, that would be ok:
#main_body .form_description h2 { clear:left; font-size:160%; font-weight:400; margin:0 0 3px; display:none !important; }
#main_body .form_description[class] { display:none; }
#main_body form li { display:block; margin:0; padding:0px 0px 0px 0px; position:relative; }Posted 12 years ago # -
Try to add this CSS code:
#main_body .buttons{ margin-top: 0px; }
MachForm Founder
Posted 12 years ago # -
As always, much appreciated, your software is an amazing help to our business. Thanks again!
Posted 12 years ago #
Reply
You must log in to post.