Thank you @wpmudev-support8 for the link!
I’ll try those!!! 🙂
Thank you also for pointing out the job section. Good to know.
OK!
I changed the label section to 400 pixel…maximum 800 pixel.
https://imgur.com/a74c4uW
So my form looks smaller on the website.
Now I want to show the form in the center.
Do you know how to center DIV?
I used this method to make the label smaller.
https://wpmudev.com/forums/topic/forminator-pro-customise-column-widths/
So I added my css to general custom css section like this.
.metbefore {
flex: none !important;
width: 400px;
}
.name {
flex: none !important;
width: 400px;
}
.email {
flex: none !important;
width: 400px;
}
.phone {
flex: none !important;
width: 400px;
}
.text {
flex: none !important;
width: 800px;
} forminator-module-865 {
forminator-module-865 {
width: 800px;
}
I am trying to figure out with this #forminator-module-865
DIV…
If you know how to css for centering…I’d appreciate your help! Thank you so much!!!! 🙂