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.

Label to left of only certain fields

  1. Hi,
    I want to place the label to the left of only a few fields (checkbox and a few dropdowns),
    the default is top, but don't use those labels as I am using a method to use placeholder text

    appreciate your help!

    s e x and DOB need to be to the left here;
    http://php.purejs.com/phrisk/?page_id=20

    Posted 12 years ago on Saturday February 18, 2012 | Permalink
  2. Try this out in your theme's stylesheet:

    [css]
    #field_1_4 .gfield_label, #field_1_5 .gfield_label, #field_1_6 .gfield_label, #field_1_7 .gfield_label {
    float: left;
    margin: 0;
    }
    #input_1_5 {
    width: 65%;
    }
    Posted 12 years ago on Saturday February 18, 2012 | Permalink
  3. awesome, that works great!
    Thanks heaps

    Posted 12 years ago on Saturday February 18, 2012 | Permalink
  4. Rob is the man. That is all.

    Posted 12 years ago on Sunday February 19, 2012 | Permalink

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