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.

Alignment Issue

  1. Hey Guy,

    I am having some issues with my form.

    http://dev.treelifedesigns.com/superu/bookings/

    Here is the dev site for website I am working on.

    I am trying to get the city + state on the same line. I want the city to be larger then the state obviously, but they won't stay on the same line. I am using the predefined class gf_inline

    Please let me know what I am doing wrong :) looks like my city field is too wide and when i set to medium it is still to long , but small is way to small :).

    Posted 11 years ago on Wednesday August 22, 2012 | Permalink
  2. Set both City and State to "Medium" and then try dropping this into your theme's stylesheet:

    [css]
    #input_1_10, #input_1_11 {
    width: 200px !important;
    }

    You can also target them individually if you'd like to set different values for each.

    Posted 11 years ago on Wednesday August 22, 2012 | Permalink
  3. I added that in my css at the bottom. It doesn't look like it changed anything. Any other ideas ?

    Posted 11 years ago on Wednesday August 22, 2012 | Permalink
  4. It works, you just have a little CSS error in your stylesheet: Screenshot

    Posted 11 years ago on Wednesday August 22, 2012 | Permalink