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.

Ready class styling elements

  1. twistystraws
    Member

    I'm trying to locate the css for the 2 column ready class, specifically the dotted line positioning beneath the field labels. It doesn't sit low enough beneath the lables. Struggling to locate it in readyclass.css. I think it might be inherited from elsewhere?

    Thanks

    Posted 10 years ago on Friday May 3, 2013 | Permalink
  2. Richard Vav
    Administrator

    Can you provide a link to a page containing the form in question. We can then take a look at how your theme and the gravity forms styles are interacting.

    The Gravity Forms CSS does not add a bottom border to the field labels, so this is something that is being added by your theme.

    Posted 10 years ago on Friday May 3, 2013 | Permalink
  3. twistystraws
    Member

    http://pages.brethertons.co.uk/employment-questionnaire/

    Thanks.

    It's on page 12 - you don't have to fill anything in, some pages are conditional, but on page 12 referring to

    "How useful do you find an online HR Management tool?" any radio but the 1st one will highlight the 2 columns before the end of the page.

    Much appreciated.

    Posted 10 years ago on Friday May 3, 2013 | Permalink
  4. Richard Vav
    Administrator

    The dotted horizontal line is actually the top border of the forms footer element, try adding the following towards the bottom of your theme's stylesheet, it will force it back to it's normal position

    .gform_wrapper .gform_page_footer {
       clear: both;
    }

    Regards,
    Richard
    --
    Just another member of the community helping out where I can

    Posted 10 years ago on Friday May 3, 2013 | Permalink
  5. Richard Vav
    Administrator

    I also noticed there is a 'jQuery is not defined' error which is usually caused by a plugin or theme conflict, at some point you may want to troubleshoot that by following this advice http://rkt.gs/testing

    Posted 10 years ago on Friday May 3, 2013 | Permalink
  6. twistystraws
    Member

    Thanks very much, I should have spotted that! Your suggestion has fixed the issue.

    Will look into the jquery issue, thanks for pointing that out.

    Posted 10 years ago on Friday May 3, 2013 | Permalink
  7. Richard Vav
    Administrator

    You're welcome.

    Posted 10 years ago on Friday May 3, 2013 | Permalink

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