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
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
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
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
Hi g128,
I'm still not clear what you want centered - you can center the whole form with CSS like this
Bob
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
This topic is locked and no more replies can be posted.