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.

How to increase space between drop down choices

  1. I'm inserting a basic drop down that lists Industries (pre-populated). The list from the drop down is too close together. I want to increase line-height to "2" but I can't seem to find the right code.

    Here's the link: http://techwhirl.com/feedback/

    Three Drop Downs : Area, Industry (Primary) and Industry (Secondary) all need additional line-height

    thanks for your help,
    al

    Posted 11 years ago on Wednesday February 13, 2013 | Permalink
  2. Al, try dropping this CSS snippet into your theme's stylesheet:

    [css]
    body .gform_wrapper .chzn-container .chzn-results li {
    margin: 0;
    line-height: 16px;
    }

    Feel free to adjust as necessary. Result

    Posted 11 years ago on Wednesday February 13, 2013 | Permalink
  3. perfect! Thanks!

    Posted 11 years ago on Wednesday February 13, 2013 | Permalink
  4. No problem, glad to help.

    Posted 11 years ago on Wednesday February 13, 2013 | Permalink

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