This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 4

Editing Submit Button


  1. lindsayhart
    Member

    How do I do the following:

    Make the submit button and text smaller

    Reduce the space between the button and field above it (tried the CSS code listed on another post but it didn't work)

    Please advise in detail as I do not fully understand CSS

    Thanks

    Posted 9 years ago #
  2. yuniar

    You can add this CSS code to adjust your submit button text size:

    #main_body .buttons input {
      font-size: 120% !important;
      padding: 5px !important;
    }

    Simply adjust the 120% value above with your own preference. You can also adjust the 5px padding.

    To reduce the space above the button, add this code:

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

    If the margin above still too large, you can use -5px as the value.


    MachForm Founder

    Posted 9 years ago #

RSS feed for this topic

Reply