Editor height Issue

This topic contains 3 reply and 2 voices, and was last updated by Nayem 9 years, 2 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
February 6, 2015 at 6:25 am 35928
Nayem Hi, I am using "Teeny Rich textarea" in add new post and edit post forms. How do I make those text editor to be taller? I need about 500px height for those textareas in both add new form and edit page. Thanks.
February 6, 2015 at 6:34 am 35929
Kyaw Kyaw

Hi,

I found the css code in another thread so, add new post form’s editor height is okay now.

#post_content_ifr {
width: 100%;
height: 500px !important;
display: block;
}

But I still need to be able to extend the height of “edit post” textarea.

Thanks.

February 6, 2015 at 6:39 am 35930
Kyaw Kyaw

Hi again,

It is good now. I was adding that css in wrong place. I added in my theme’s css. Now both pages are fine.

Thanks.

February 7, 2015 at 11:31 am 35989
Nayem Nayem

Hello Kyaw,

I am very glad to know that you have found the solution. I am marking this topic as resolved.

Thank you 🙂

Viewing 3 Posts - 1 through 3 (of 3 total)