Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author AntoineH

    (@antoineh)

    The form field (text) for a bonus question has a css class “bonus”. So you can style them with input.bonus { width: 100px; }.

    Or, if you want to be more specific for on particular question (example is for the first question on the form):

    #q1 input.bonus { width: 100px; }

    Thread Starter sillery4ever

    (@sillery4ever)

    TY …and if i want just resize the field of input ?

    Plugin Author AntoineH

    (@antoineh)

    I don’t think I understand what your question is.

    Thread Starter sillery4ever

    (@sillery4ever)

    i am ok with input.bonus { width: 100px; } to have all the question area on 100px width…

    but now if i want that the FIELD (Area where i input the answer) make only 20px… where can i set this ?

    TY

    nano

    Plugin Author AntoineH

    (@antoineh)

    input.bonus will only change the layout of question input fields (the place where you fill in the answer).

    Do you perhaps want the max length of the answer changed? That is not possible via CSS. You will need to alter the field via javascript/jQuery.

    Thread Starter sillery4ever

    (@sillery4ever)

    ok i have understand ?? TY

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘width of input field for question ?’ is closed to new replies.