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


  1. jraitchi
    Member

    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 11 years ago #
  2. yuniar

    Try to add this CSS code:

    #main_body .buttons{
      margin-top: 0px;
    }

    MachForm Founder

    Posted 11 years ago #
  3. jraitchi
    Member

    As always, much appreciated, your software is an amazing help to our business. Thanks again!

    Posted 11 years ago #

RSS feed for this topic

Reply