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.

Likert Field height

  1. I have put smily faces on question 8

    Is there a way to change the height of the rows so that they can fit?

    http://www.neuroknowhow.com/service-feedback/

    You RocketGeniuses you!

    Posted 11 years ago on Wednesday August 29, 2012 | Permalink
  2. OK, think I got it. Try dropping this CSS into your theme's stylesheet:

    [css]
    #input_4_10 li {
    height: 70px;
    }
    #input_4_10 li input {
    top: 45px;
    }

    Result

    Posted 11 years ago on Thursday August 30, 2012 | Permalink
  3. Thanks for such a prompt reply...

    Great!

    but the problem is now the tick does show.

    would it be the "height" or "top"?

    Posted 11 years ago on Thursday August 30, 2012 | Permalink
  4. Ah - sorry about that. Try adding this in:

    [css]
    #field_4_10 li.mychoice {
    background-position: center 72px;
    }

    You can feel free to tweak all of these values as you see fit.

    Posted 11 years ago on Thursday August 30, 2012 | Permalink
  5. Cheers Rocket Man! Will have a go when I get in front of my machine

    Posted 11 years ago on Thursday August 30, 2012 | Permalink
  6. cool!

    You Rockit Genius!

    :)

    Posted 11 years ago on Thursday August 30, 2012 | Permalink

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