TinyMCE to big

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
10/21/2011 10:21:25 AM
Gravatar
Total Posts 38

TinyMCE to big

Hi,

I've noticed that in some sites I'm working on the TinyMCE body-part is too big which make it scroll horizontally. I'm using the same skin as base for them all. How can I get rid of the scrolling?

I've also noticed that all the CSS-styles for the site doesn't appear within the editor, as they do in the demosite of MojoPortal. Where can I fix that?

Would very much appreciate your help!

::Anette

10/24/2011 11:02:56 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: TinyMCE to big

CSS styling for the editors is handled by the body.wysiwygeditor selector. Take a look at the style-artisteer-overrides.css file in one of the delivered Artisteer skins under /Data/skins, and you can put all of the CSS for that selector into your own skin to clear up your issues.

For instance, the fix for the editor width is:

body.wysiwygeditor
{
min-width: 100px;
}

Jamie

10/25/2011 5:47:40 AM
Gravatar
Total Posts 38

Re: TinyMCE to big

Of course - that made it. Thank you!

::Anette

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