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
a way to shift the form fields more towards the center?
Started 15 years ago by zechariah1979 | 2 posts |
-
I am looking to shift the fields away from the left side of the form. How can this be done.
Thanks
Posted 15 years ago # -
Do you mean you want the fields centered? Or do you want more "padding" or larger left margin (i.e. resulting in white-space) on the left side of the fields.)- so the fields are indented more from the left margin?
I expect you can edit the CSS file to change that. So you open the CSS for the particular form (through the form manager), find the appropriate bits of CSS and add the changes.
I expect one of the Machform people can be more specific.
I think you need to alter either the section like this:
#form_container { background:#fff; margin:0 auto; text-align:left; width:640px; }
or
form.appnitro { margin:20px 20px 0; padding:0 0 20px; }
Change the "margin" or the "padding" setting.
Note, that I'm only guessing here.....Appnitro people could be more specific about what needs changing.
Posted 15 years ago #
Reply
You must log in to post.