08/08/2014 at 8:56 am
#300124
Keymaster
@ Michael
Ok, it took quite a bit of searching but I found the issue. It is a style being set by the theme which is causing the issue. Add the following to the theme’s custom CSS area:
form#cn-cat-select br {
display: none;
}
form#cn-cat-select {
overflow: visible;
}
That should fix up the display and allow the categories options to be seen and selected.
Hope that helps!