jjgrainger/wp-custom-post-type-class

adding a way to set column width

Opened this issue · 2 comments

Was wondering whether there's a way to add a column width - would be nice to have this feature for e.g. true/false columns so they would not take that much space.

To do this you'll need to add custom CSS with the admin_head action, see this stackoverflow.

It could be nice if theres a way of doing this through the class, I'll have to look into it.

Sounds good - looking forward to it - adding some css to the admin_head works well but though.