Forums

[resolved] Category Box in Admin (5 posts)

  1. exbionic
    Member
    Posted 4 years ago #

    Hi all,

    I am developing a site that has quite a lot of categories and was wondering if anyone know how to make the categories box (right hand side of Write > Post in the admin centre) bigger? i.e. "taller"

    Hope this makes sense.

    Cheers

  2. brockangelo
    Member
    Posted 4 years ago #

    Make a backup of this file before you edit:

    Somebody correct me on this, but I believe you would edit the /wp-admin/sidebar.php where you find:

    sidebar-categories {
        display: block;
        height: 6.6em;
        overflow: auto;
        background-color: #f4f4f4;

    Or possibly just below where it says "rows"

  3. exbionic
    Member
    Posted 4 years ago #

    Hi brockangelo,

    Thanks for your reply. Unfortunately, this doesn't seem to work for me.

    Looking through the code when viewing the page in the browser I found that the styles referenced in the sidebar.php aren't being used in the output code.

    I noticed a div called categorychecklist and found the CSS for this in the wp-admin.css file at line 1060. I just changed the height value there.

    Hope this helps someone else.

    Cheers.

  4. brockangelo
    Member
    Posted 4 years ago #

    Nice - thanks for the update

  5. pioneer1
    Member
    Posted 4 years ago #

    exbionic,

    thanks. I found #categorydiv in wp-admin.css and changed the height there, that worked for me.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.