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.

Specific CSS Question - Can't find answer

  1. franzfunky
    Member

    In this form

    http://lawfty.com/form-test/

    you can see the address field (1&2) are running over. I'd like to stop that from happening. I used:

    body .gform_wrapper .ginput_complex .ginput_right input,
    body .gform_wrapper .field_name input {
        width: 90% !important;
    }

    To stop this from happening in "State / Province / Region" box. How do I get Address(s) to display only 90% of their field?

    Link to CSS:

    http://lawfty.com/wp-content/themes/side-blog/style.gravity.css

    Posted 12 years ago on Thursday November 17, 2011 | Permalink
  2. Hey there - can't see your form test link, looks like it's behind a coming soon page. If you prefer for us to be logged in to view you can email me a login at rob@rocketgenius.com

    Posted 12 years ago on Thursday November 17, 2011 | Permalink
  3. franzfunky
    Member

    Rob,

    I apologize for the inconvenience. Please see the below screenshot.

    http://lawfty.com/wp-content/contact-form-screen2.jpg

    Posted 12 years ago on Thursday November 17, 2011 | Permalink
  4. Gonna need to see the actual working site to try to give you a fix here. We usually use tools like firebug or chrome developer tools to troubleshoot.

    Posted 12 years ago on Thursday November 17, 2011 | Permalink
  5. franzfunky
    Member

    Rob,

    I've disabled the coming soon plugin.

    Please try,

    http://lawfty.com/form-test/

    Thanks again.

    Posted 12 years ago on Friday November 18, 2011 | Permalink
  6. This should do the trick:

    [css]
    #input_2_2_1, #input_2_2_2 {
    width: 95% !important;
    }

    The 95% here seemed to line up nicely with the fields below (state/country).

    Posted 12 years ago on Friday November 18, 2011 | Permalink
  7. franzfunky
    Member

    Exactly what needed to be done. Thank you very much, Rob.

    Posted 12 years ago on Friday November 18, 2011 | Permalink
  8. Great! Glad to help, let us know if you need anything else.

    Posted 12 years ago on Friday November 18, 2011 | Permalink

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