How to reduce the width of the editor in response to the question? For example on page http://clash-clans.ru/question/kak-nakopit-kristallov-na-tretego-stroitelya/ bottom of the page
2 Answers
Can you please share a snapshot as we can’t see editor without logging in.
Regards
You can login as test:test
The width of the editor looks ok for your webpage, why do you need to reduce its size?
Try to type long text, no full size of editor visible
Hello Slavy !
To resolve this issue, you can try to add the following code to the style.css file:
.wp_themeSkin table.mceToolbar {
width: 70% !important;
}
.mceLayout {
width: 100% !important;
}
.recaptchatable {
width: 460px !important;
}
Hope this helps !
Thank you very much, now the page is displayed correctly
Please login or Register to submit your answer