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.

minor css issue with time select label

  1. Hi
    I have just created my first gravity form and pretty happy about how it has gone, however have a styling issue with the time select that I'm unsure of the css to fix, you can see it here
    http://selwyn.net.nz/submit-garage-sale/
    the two HH are sitting lower than they should, does anyone with a bit more css knowledge than me know the css to fix, thanks in advance

    Posted 11 years ago on Friday March 29, 2013 | Permalink
  2. Place in your theme's stylesheet (or wherever you are instructed to place custom CSS at the theme level).

    [css]
    body .gform_wrapper .gfield_time_hour, body .gform_wrapper .gfield_time_minute, body .gform_wrapper .gfield_date_month, body .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {
    width: 90px;
    }
    Posted 11 years ago on Friday March 29, 2013 | Permalink
  3. Thanks Rob, worked a treat :-)

    Posted 11 years ago on Saturday March 30, 2013 | Permalink

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