• Where do I change the size of the box that contains the categories in post-new.php? I have a lot of categories and subcategories, so it’ll be easier if the box was longer and I didn’t have to scroll so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter t3ch33

    (@t3ch33)

    Any ideas? I’ve searched files, but can’t find it.

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    In wp-admin.css:

    div.ui-tabs-panel {
    	margin: 0 5px 0 120px;
    	padding: .5em .9em;
    	height: 10em;
    	overflow: auto;
    	border-width: 4px;
    	border-style: solid;
    }

    The “10em” controls the height of that section.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where do I change the size of the textarea of the categories in post-new.php?’ is closed to new replies.