If you feel like your Voice Your Concern Island's text box seems too small for what you'd like to use it for, or you'd just like it to be able to show more of what your users are typing into it as they enter text, you can use a small change to your theme to increase the size of the text box.
If your portal uses custom themes, in the theme's .CSS file, you can add this code near the end to change the size of the Voice Your Concerns Island's text box:
textarea[id$="m_Concern"]
{
width:400px;
height:150px;
}
You can change the width and height there as well if this does not create the specific size you'd like it to be. With this it starts at 400 pixels wide by 150 pixels tall.
Comments
0 comments
Article is closed for comments.