Adjusting width of the editor on the contact form

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
5/21/2011 7:43:22 AM
Gravatar
Total Posts 76

Adjusting width of the editor on the contact form

Hello,

Just as it is possible to adjust the height of the Contact Form editor, it would be nice if we could adjust the width too.

 

Thanks.

5/24/2011 8:33:21 AM
Gravatar
Total Posts 18439

Re: Adjusting width of the editor on the contact form

The editors all use 100% width so the width is determined by the container element width. So you can find the div containing the editor and adjust the width by CSS.

In some cases if the container width is too narrow the editor toolbar will be wider than the container and cause it to overflow.

One can customize the editor toolbars by configuration.

Often people find the contact form is too wide for the side column, one could customize the toolbar to make it smaller, but more easily, one can make the side column a little wider on the page where it is needed.

Hope that helps,

Joe

 

5/27/2011 12:56:42 AM
Gravatar
Total Posts 76

Re: Adjusting width of the editor on the contact form

Thanks Joe. That helps.

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