Support » Fixing WordPress » How to change size of excerpt field?

  • 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter andrewlilley

    (@andrewlilley)

    Crikey, I should have looked more closely – I didn’t see that file!

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change size of excerpt field?’ is closed to new replies.