As I have many categories I would like to increase the vertical size of the category admin menu. How to manage it ?
As I have many categories I would like to increase the vertical size of the category admin menu. How to manage it ?
Have you played with the /wp-admin/wp-admin.css file at all?
Tried to do it, but didn't see where and what to change.
<fieldset id="categorydiv">
Thats the bit.
I'd suggest adding a colour maybe ? Just so you can see what's what as otherwise the white-on-white with just the text to go by could make it tricky.
And if all goes incredibly interesting, use your backup copy :)
Thanks.
I deleted the "overflow: auto;" line and it is convenient for me now.
But in fact, for the future, I don't how to adjust the hight of the scrolling window .
#categorydiv div {
height: 200em;
overflow: auto;
}
Make the div taller ?
Yes, very nice! Exactly what I was looking for.
Thanks for helping. I learn something new and got it taller.
This topic has been closed to new replies.