slavy e
asked 10 years ago

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
Guru
answered 10 years ago

Can you please share a snapshot as we can’t see editor without logging in.
Regards

slavy e
replied 10 years ago

You can login as test:test

Guru
replied 10 years ago

The width of the editor looks ok for your webpage, why do you need to reduce its size?

slavy e
replied 10 years ago

Try to type long text, no full size of editor visible

DominicStaff
answered 10 years ago

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 !

slavy e
replied 10 years ago

Thank you very much, now the page is displayed correctly

Powered by DW Question & Answer Pro