Hello All,
How to increase the size of the multiline text custom field box? I want to make it as big as two boxes put together.
Thanks in advance,
Mani
Hi mani@123
Do you mean the visual height or number of characters the field can take?
You can try inserting some custom CSS in the banner to increase the height of that field to make it visually bigger.
Ravi
Hi Ravi,
Thanks for the response.
I want to increase the visual height of the box. Could you please help me to find CSS script to put in the banner. I searched online could not find any.
Thanks in advance,
Manikanta
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok try this.
<style type="text/css">
textarea#customfield_12702 {
height: 200px;
}
</style>
Find the custom field id of your field and replace in the code above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check the ID or Class of your field using Inspect option in your browser and use that in the code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can't do it from the UI. You would need to modify the source code. I don't recommend that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.