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

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Alignment of form 'submit' button


  1. robertshaw
    Member

    Hi

    How do I align the submit button to the right instead of left?

    And better still, can I make it a text link button instead to make it match the rest of my site?

    Thanks

    Posted 14 years ago #
  2. yuniar

    Try to put this CSS code into the bottom of your form CSS code:

    #li_buttons{
      text-align: right;
    }
    #saveForm{
      border: none;
    }

    You still need to adjust the styling of the button though, by modifying the properties of "#saveForm" above. The code above only remove the button borders.


    MachForm Founder

    Posted 14 years ago #

RSS feed for this topic

Reply