2009-06-25, 12:31 PM
(2009-06-25, 06:02 AM)Pars Wrote: i want editor width be much until under problem be solving.
AdminCP > Templates & Style > Themes > Your Theme > global.css (Edit Stylesheet) > Advanced Mode
Search for "textarea" and add:
width: 600px;
In my case, I have this:
textarea {
background: #ffffff;
color: #000000;
border: 1px solid #0f5c8e;
padding: 2px;
font-family: Verdana, Arial, Sans-Serif;
line-height: 1.4;
font-size: 13px;
width: 600px;
}