• Resolved digitaldabblers

    (@digitaldabblers)


    Hello!

    How do you change the default sizing behavior of a Text Area? I can adjust the height and set the width to auto. But when the entire page is expanded the text box shrinks back to half size and is too small. It auto-resizes with the page but only until a browser window is at a certain size (see attached screenshot for reference).

    Thanks!

    Daniel

    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)

    Hello

    You can overwrite the default behavior with the custom css code below

    .basic-custom-field-container {
    width: 100% !important;
    }

    Also, the first poll on the page has only a custom field(it’s missing a question with answers defined).
    Because of this voters will get an error when trying to vote.

    Thread Starter digitaldabblers

    (@digitaldabblers)

    Thanks for letting me know. I added a question and made it required (this way the written feedback gets submitted). That CSS worked as well. Thanks!

    Plugin Author YOP

    (@yourownprogrammer)

    Happy to hear this ??

    For any other questions/issues don’t hesitate to contact us.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.