Forums

Centered Form

g128 02 Apr, 2017
Hello,

I'm desperate to center a Chonoform 5 form.

I tried different css method

Text-align: center;
Or
Margin: 0 auto;

Etc ...

Unable to center my form: /

If someone has an idea.

Thank you
GreyHead 02 Apr, 2017
Hi g128,

What exactly do you want centered?

Bob
g128 02 Apr, 2017
Hello,

Thank you for your quick reply.

In fact I would like to center the entire form

Labels
Fields
Button

I tried to include the form in a div, different Css styles, the form is still right: /

Thank you
GreyHead 02 Apr, 2017
Hi g128,

I'm still not clear what you want centered - you can center the whole form with CSS like this
.gbs3 {  
  width: 480px; /* or some other width */
  margin-right: auto;
  margin-left: auto;
}

Bob
g128 02 Apr, 2017
Why make complicated...

Thank you very much

And thanks also for the new version that I will test soon
This topic is locked and no more replies can be posted.