This plugin works great! The only issue I'm having now, is that there is an undecided number of widgets that need to be created, one for every new page that's added to the site. So after adding a bunch of custom sidebars, there's a problem with the length of the widgets column in the admin. I was wondering if anyone knows how to control that.
I tried adding CSS to my theme stylesheet just to show a generic scrollbar for now, but it doesn't work at all. Here's what I have in the stylesheet:
div.widget-liquid-right div#widgets-right {
height: 650px !important;
overflow: auto !important;
}
Was hoping to just force it to add a scrollbar but the admin is ignoring it completely.
Anyone have any suggestions? Is there a way to modify the Custom Sidebars plugin maybe?
Thanks!