I am trying to get the city, state, and zip on one line. The gf_inline property does not allow this.
I am trying to get the city, state, and zip on one line. The gf_inline property does not allow this.
Hey there, we can do this with CSS still, can you hook me up with a link to your form page?
Thank you for your help.
The url is: http://aoc-coach-signup.com/team-coach/how-to-get-involvedregistration/
Password: LIFE-Coach-NOW
OK try placing this into your theme's stylesheet:
[css]
#input_1_2_4_container {
width: 25%;
float: left;
margin-right: 8px;
}
#input_1_2_5_container {
width: 20%;
}
#input_1_2_6_container {
float: left;
}
That worked! Thank you!
Great, glad to help!