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.
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
Hi Ted,
You should be able to style it from CSS like this:
.qparagraph textarea {width:100% !important; }
Hope that helps,
Joe
I see. Didn't know CSS wins there. That works a treat.
Thanks,