• Resolved peterlward

    (@peterlward)


    For the ConstantContact official plugin, I want a large text area for the user to type an extensive comment. Is there some way to make the custom text area input box much larger?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Hi Peter,

    We are planning to work on theme compatibility and frontend styling in one of our next releases. That said, we don’t have any UI element that you can select or check that will change this, so you’ll need to rely on increasing via CSS and your current theme at the moment.

    Thread Starter peterlward

    (@peterlward)

    Is there a way to increase via CSS?

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Yes, any standard CSS that can work on a textarea would work here.

    I can say we have a .ctct-form-wrapper class on the output of the overall form, and .ctct-form on the form tag itself. Either could be used and target the textarea in question. For example: .ctct-form textarea { width: 100%; height: 400px; }

    Does look like the inputs themselves don’t have much for classes at the moment, so I’m planning to open a new enhancement issue to try and amend that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Larger Custom Text Area input field for the ConstantContact plugin’ is closed to new replies.