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.

I cannot get field labels to Top Align

  1. Andrew
    Member

    Hi

    I would like all my questions to appear above the response area. I think the settings are all simple enough but perhaps I'm missing something. Here's a screencast of the issue:

    http://screencast.com/t/Q4MgpJqxF0f

    Could anyone tell me if I'm doing something wrong?

    Many thanks,

    Andrew

    Posted 12 years ago on Monday November 28, 2011 | Permalink
  2. Andrew, sounds like a style conflict on your theme. Can I get a link to the site so I can check it out? If you need to do so privately you can send it to rob@rocketgenius.com

    Posted 12 years ago on Monday November 28, 2011 | Permalink
  3. Andrew
    Member

    Thanks Rob. It's a wordpress MU site and I just created you a super admin account.

    Username and password should be in your Inbox now which will work on

    Survey.ofihub.co.uk/WP-admin

    Posted 12 years ago on Monday November 28, 2011 | Permalink
  4. Hey Andrew, no problem. It seems as though on line 628 of style.css there is:

    [css]
    .gform_wrapper .top_label .gfield_label {
        display: block;
        float: left;
        font: bold 14px Arial,sans-serif;
        margin: 5px 0 4px !important;
        padding-right: 20px;
        width: 100px;
    }

    That width declaration and the float are the issues. Either you can get rid of that there. Or you can try overriding them in another style sheet. Let me know if you need further guidance here.

    Posted 12 years ago on Monday November 28, 2011 | Permalink
  5. Andrew
    Member

    Perfect, I added the below code to custom.css

    .gform_wrapper .top_label .gfield_label {
    float: none;
    width: 650px;
    }

    Thanks for your help!

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

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

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