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.

Form css styles all messed up

  1. Hi
    just trying to work out why all the styling is messed up.
    (a) The Address field wont even appear so i had to create a custom field on my forms
    (b) The radio buttons and checkboxes have the first one missing on the form
    (c) The CAPTCHA goes to right not even in the page section. instead of the left.
    Is it something to do with other plugins and how do i fix this?
    Thanks so much for your support. Great pluggin.
    Note: this site is still on staging server.

    http://www.organicwebdesign.com.au/royalhospitalforwomen/local-directory/add-a-new-business-listing/
    http://www.organicwebdesign.com.au/royalhospitalforwomen/mums-n-bubs-group/pram-friendly-cafes/add-a-pram-friendly-cafe/
    http://www.organicwebdesign.com.au/royalhospitalforwomen/mums-n-bubs-group/parent-rooms/add-a-parent-room-in-the-eastern-suburbs/
    http://www.organicwebdesign.com.au/royalhospitalforwomen/mums-n-bubs-group/playgrounds/add-a-playground/

    Posted 12 years ago on Monday November 14, 2011 | Permalink
  2. Hey Natalie, the only link there that works is the first one (others give 404s) and since nothing looks awry on the one, I can't pinpoint to you what is going on. Can you link me to a form that is showing incorrectly?

    Posted 12 years ago on Monday November 14, 2011 | Permalink
  3. Thank you Rob for your kind support,
    Sorry had to make it live even with the messed up forms. Here are the links:
    RADIO BUTTON & CHECKBOX ISSUE:
    http://www.mumsandbubsgroup.com.au/mums-n-bubs-group/pram-friendly-cafes/add-a-pram-friendly-cafe/
    http://www.mumsandbubsgroup.com.au/mums-n-bubs-group/parent-rooms/add-a-parent-room-in-the-eastern-suburbs/
    http://www.mumsandbubsgroup.com.au/mums-n-bubs-group/playgrounds/add-a-playground/
    ADDRESS NOT APPEARING SO HAD TO ADD CUSTOM ADDRESS FIELDS:
    http://www.mumsandbubsgroup.com.au/local-directory/add-a-new-business-listing/
    Thanks again

    Posted 12 years ago on Monday November 14, 2011 | Permalink
  4. Hey Natalie, no problem. So, on line 1390 of style.css you have:

    [css]
    #content label {
    width: 100%;
    display: block;
    float: left;
    padding: 0 0 5px 0;
    }

    Getting rid of that float solves for your radio/checkboxes not lining up. So you might want to get more specific with that float if you do in fact need it for something in #content that may be outside of gravity forms.

    For the address field issue, can you create a quick form on the site with just that field and send me a link and we'll take a look at that as well. :)

    Posted 12 years ago on Monday November 14, 2011 | Permalink