XF 1.4 Increase Size of More Options Reply Editor to Fit Page

You add code only for reply to thread, no for create thread (your screenshot is for create new thread).

Try this:

Code:
.thread_reply .xenForm
{
    max-width: 80%
}

.thread_create .xenForm
{
    max-width: 80%
}
 
Back
Top Bottom