MyBB Community Forums

Full Version: SCEditor text area
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! I want to increase the size of the text area of SCEditor on my Website. Please let me help how it will be done????
This is the editor CSS in the global.css file:
/* Editor */
.editor {
background: #f1f1f1;
border: 1px solid #ccc;
}

.editor_control_bar {
background: #fff;
border: 1px solid #0f5c8e;
}

.autocomplete {
background: #fff;
border: 1px solid #000;
color: black;
}

.autocomplete_selected {
background: #adcee7;
color: #000;
}

Edit it to your needs using width tags.