You are viewing limited content. For full access, please sign in.

Question

Question

How to center the Submit Button

asked on May 15, 2014

 

I would like to center the submit button but cannot find a way.  Has anyone done this??

 

0 0

Answer

APPROVED ANSWER
replied on May 15, 2014

Add this CSS rule to the CSS section of the CSS and JavaScript page.

 

input.Submit {
  display: block;
  margin: 0 auto;
}

 

1 0

Replies

replied on May 15, 2014

I believe by default it is centered. Have you added any extra CSS styles to your form?

0 0
replied on May 15, 2014

I have applied the Law Enforcement Theme.  I also have added some CSS formatting for some single fields.

0 0
replied on May 15, 2014

I have looked at other forms and the submit button are all Left Justified.

0 0
replied on May 15, 2014

That worked..  Thanks!

0 0
replied on May 15, 2014

You're welcome!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.