Hi there,
How do i center the form fields in the middle of the page - i have created 2 forms that I would like centered.
http://wiia.com.au/index.php/contact-us
http://wiia.com.au/index.php/join-now
Thanks in advance!
How do i center the form fields in the middle of the page - i have created 2 forms that I would like centered.
http://wiia.com.au/index.php/contact-us
http://wiia.com.au/index.php/join-now
Thanks in advance!
Hi JWE,
I'd do it with CSS - something like this
Bob
PS I would not put this kind of form in an Article - that just adds complication, add the Header text in a Custom Code element instead.
I'd do it with CSS - something like this
.gbs3 {
margin-left: auto;
margin-right: auto;
width: 320px;
}
Bob
PS I would not put this kind of form in an Article - that just adds complication, add the Header text in a Custom Code element instead.
This topic is locked and no more replies can be posted.