Forums

Centering form fields in the middle of the page

JWE 29 Aug, 2016
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!
GreyHead 29 Aug, 2016
Hi JWE,

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.
JWE 29 Aug, 2016
Thanks Bob, it worked perfectly.
This topic is locked and no more replies can be posted.