Forums

How to change size of excerpt field? (3 posts)

  1. 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

  2. theiconoclast31
    Member
    Posted 6 years ago #

    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.

  3. AndrewLilley
    Member
    Posted 6 years ago #

    Crikey, I should have looked more closely - I didn't see that file!

    Thanks.

Topic Closed

This topic has been closed to new replies.

About this Topic