PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

CSS Style Address

  1. highpointls
    Member

    I am trying to get the city, state, and zip on one line. The gf_inline property does not allow this.

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  2. Hey there, we can do this with CSS still, can you hook me up with a link to your form page?

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  3. highpointls
    Member

    Thank you for your help.

    The url is: http://aoc-coach-signup.com/team-coach/how-to-get-involvedregistration/

    Password: LIFE-Coach-NOW

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  4. 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;
    }
    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  5. highpointls
    Member

    That worked! Thank you!

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  6. Great, glad to help!

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink

This topic has been resolved and has been closed to new replies.