You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#110937 Editor container limited to 930 px

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Django29 on Tuesday, 03 May 2022 10:23 BST

Django29
Hello On one of my Joomla 3 sites, in admin the editor width is limited to 930 pix, even with 100% width entered in the config.

élément {
  max-width: 930px;
}
.editor {
  overflow: hidden;
  position: relative;
}
.wf-editor-container {
  position: relative;
  width: 100%;
  min-width: 280px;
  box-sizing: border-box;
}
What can be the problem ?

Ryan
If you have manually adjusted the width of the editor using the drag handle in the bottom right corner, then that exact width is used for the editor whenever it is loaded. This value is stored in a cookie or browser storage object, depending on the version of the editor you are using.

Alternatively, if you have added a value to the Editor Width parameter in Editor Profiles -> Features & Layout, then this value is used for the editor width.

Which version of JCE Pro are you using?

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

Django29
I think it's just that I'm stupid. I forgot that the width must be adjusted by this little triangle at the right-bottom of the editor...
Yet I was not drunk, at this time.
Sorry.