The module is not working with corolla theme.I tried changing the css selectors to
.block
.block-title
.block-content
But not working.Please help....

Comments

jakchapman@groups.drupal.org’s picture

I have the same issue, although I did find that if I set the default behavior at admin/config/user-interface/collapsiblock, that *does* work for me (I can get them to all be collapsed or all be expanded and get the expand/collapse to work) . Not terrible in my case since I want them all collapsible, but I would still like just one to be expanded while the other options are collapsed. Hope that either helps you, or helps get to the cause of the issue.

ktrev’s picture

Status: Active » Fixed

Thanks,
It helped

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

dalehgeist’s picture

FYI, I had the same issue, with a subtheme of Corolla. It took me ages to discover that there was *another* CSS selector configuration form at admin/appearance/settings/mytheme, which was overriding the ones I was trying to set at admin/appearance/settings. In the end, I was able to use all out-of-the-box selectors except I had to use section.block rather than div.block, because I was using it on a webform.