AndrewLilley
Member
Posted 6 years ago #
Hi,
I do lots of editing in the excerpt field on the Write Post page. I don't like the way it's only 3 lines big as it's extremely difficult to edit.
Which file and line determines the height of the text box?
Would be great to change it...
Thanks in advance,
Andrew
Check your wp-admin/wp-admin.css file for the following text:
#excerpt, .attachmentlinks {
margin: 0px;
height: 4em;
width: 100%;
}
and change the height: 4em; to something a bit larger.
AndrewLilley
Member
Posted 6 years ago #
Crikey, I should have looked more closely - I didn't see that file!
Thanks.