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 ?
- 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!