PDA

View Full Version : How do I increase the size of this box?


Morrus
04-25-2015, 01:41 PM
In the article editing screen of the CMS, there's a box on the right with checkboxes for categories. I use those categories a lot, and have a fairly large number of categories. The teeny tiny box with its little scroll bar is frustratingly inadequate!

https://vborg.vbsupport.ru/attachment.php?attachmentid=152361&stc=1&d=1429976456

How would I change the template in question to increase the size of the box so that it always showed all categories, with no scrollbar?

Thanks in advance for any help!

MarkFL
04-25-2015, 01:45 PM
If you can give us a link to that page, we can likely determine the CSS you need to add. :D

Morrus
04-25-2015, 02:08 PM
If you can give us a link to that page, we can likely determine the CSS you need to add. :D

A link to the edit screen of an article? That's not possible, I'm afraid! That's behind the permissions wall.

However, it's the default style of vBulletin 4 CMS, and it's the standard article edit page. It'll be the same as on a default vBulletin installation. There's no custom CSS on that page.

Lynne
04-25-2015, 03:46 PM
.cms_read_access, .cms_edit_categories {
height:200px;
}

Set 200px to whatever you want.

Morrus
04-25-2015, 03:53 PM
Perfect - thank you Lynne! Did the trick! :)