This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
urgent: Change size of paragraph box!
Started 11 years ago by jpello | 2 posts |
-
I am in a hurry and trying to change the size of a paragraph box! I have the code inserted into a HTML page, I've made the code box the proper width and it looks good but it doesn't fill the space in height... I'm not sure if this can be done with CSS, but if so how??
I have it set to "large" paragraph field...
Posted 11 years ago # -
You can add this CSS code into your theme:
#main_body textarea.large{ height: 300px; }
simply adjust the height value above.
MachForm Founder
Posted 11 years ago #
Reply
You must log in to post.