CSS for position of submit button | Community
Skip to main content
April 15, 2014
Question

CSS for position of submit button

  • April 15, 2014
  • 1 reply
  • 490 views
Hi Guys,

Is there a CSS that I can achive the screenshot below? I would like to reposition the submit button and my checkbox below.

http://ins.accenture.com/TEST_TurbochargeyourInsuranceBPO_RegistrationPage.html

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

April 16, 2014
Hi Ian,

First, I'd recommend using Forms 2.0. It makes this stuff a little easier.

The code would look like:

#mktFrmButtons {
  1. margin-left-60px; /*Approx*/
}
#Contact_Status {
  1. margin-left0;
}

Finally, I think you should look at what code is already on the page. There seems to be existing styling that's already changing element positions on your page.