I am looking to shift the fields away from the left side of the form. How can this be done.
Thanks
I am looking to shift the fields away from the left side of the form. How can this be done.
Thanks
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.
You must log in to post.