Control Form Wizard textarea dimensions?

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
2/6/2012 1:06:49 PM
Gravatar
Total Posts 73

Control Form Wizard textarea dimensions?

I've got a completed form with textareas for longer answers.  I see that the generated html contains specific row and column settings, 7x80.

I'd like to extend the columns to my right margin, but I don't see a way to affect the columns figure via the settings.

How could I control that?

Ted

2/6/2012 2:06:36 PM
Gravatar
Total Posts 18439

Re: Control Form Wizard textarea dimensions?

Hi Ted,

You should be able to style it from CSS like this:

.qparagraph textarea {width:100% !important; }

Hope that helps,

Joe

2/6/2012 2:46:01 PM
Gravatar
Total Posts 73

Re: Control Form Wizard textarea dimensions?

I see.  Didn't know CSS wins there.  That works a treat.

Thanks,

Ted

You must sign in to post in the forums. This thread is closed to new posts.