• pacifican

    (@pacifican)


    Hi folks, I have setup some long Category names. The “Categories” field window in “Write” and “Edit” no longer provide enough width. I can change its width in wp-admin.css. But somehow, when I change width for “Content” and “Excerpt” filed as such

    “<div><textarea rows=”1″ cols=”40″ name=”excerpt” tabindex=”4″ id=”excerpt”></textarea></div>”

    in all places just takes no effect. Any idea?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Lorelle

    (@lorelle)

    bump

    Thread Starter pacifican

    (@pacifican)

    Found out the answer finally. Changed as such:

    #categorydiv {
    line-height: 130%;
    margin-right: 15px;
    position: absolute;
    right: 5%;
    width: 14em;
    }
    /* Above is the width of category list field. */
    /* =========== Default is 9em =============== */

    and

    #poststuff {
    margin-right: 16em;
    }
    /* Above is the main width of post entry field. */
    /* ============ Default is 11em =============== */

    Two fields are controlled by CSS.
    Ignore the post entry window of < cols=”40″ >.

    The “Categories” list is looking good now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Layout for Categories div’ is closed to new replies.