Re: JCE editor bad position

Home \ forums/reply \ Re: JCE editor bad position
#1268
barback
Participant

I had this issue too.

I edited the ui.css stylesheet

components/com_jce/editors/tiny_mce/themes/advanced/skins/default/ui.css

This rule fixed it: .defaultSkin table#jform_description_tbl

{clear:left; margin-left:-30px;}

I also add this rule in my template stylesheet custom.css (even though it’s not in play on the back end) with a note to re-modify jce if this goes away in an update.