• Resolved mdgarts

    (@mdgarts)


    When there is a long answer within the poll form the text laps underneath the radio button in the second line, and we would like to ident the space underneath the radio button and align under the text itself.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    @mdgarts here is the css code to accomplish this

    .basic-yop-poll-container .basic-answer-label {
      display: flex;
      align-items:flex-start;
    }

    Please let us know how it goes.

    Thread Starter mdgarts

    (@mdgarts)

    Added the css and it looks great!
    Thank you ??

    Plugin Author YOP

    (@yourownprogrammer)

    @mdgarts happy to hear this ??

    For any other questions/issues do not hesitate to contact us.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘text overlapping under radio button’ is closed to new replies.