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
- Forum
- JCE Editor
- Editor container limited to 930 px
Support is currently Offline
Official support hours:
Monday To Friday
From 09:00 To 17:00 Europe/London (BST)
From 09:00 To 17:00 Europe/London (BST)
Please post your question in the Forum and we will get back to you as soon as we can.
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.
What can be the problem ?
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 ?
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?
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?
Just because you're not paranoid doesn't mean everybody isn't out to get you.
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »