Viewing 2 replies - 1 through 2 (of 2 total)
  • Same issue. Nothing displayed until I ripped my bootstrap out.

    I haven’t fully experimented with it yet, but the following seems to fix at least some of the issues.

    .widget_collapscat .collapse {
        display: inherit;
    }
    
    .widget_collapscat .collapsing {
        overflow: inherit;
        position: inherit;
        height: inherit;
    }

    Me being a novice, where do you insert that code? I am having the same problem with a new theme.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Incompatible with bootstrap’ is closed to new replies.