'collapsible' doesn't collapse properly

Support MB Group 'collapsible' doesn't collapse properlyResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5287
    billreed85billreed85
    Participant

    When applying 'collapsible' => 'true' to the group the new layout shows, but when I click the collapse button all it does it remove the padding from the group instead of collapsing it.

    Here is the CSS for the collapsed class.

    .rwmb-group-collapsible > .rwmb-input > .rwmb-group-collapsed {
        padding: 0;
    }
    #5288
    billreed85billreed85
    Participant

    Perhaps the following CSS should be applied to the plugin?

    .rwmb-group-collapsible > .rwmb-input > .rwmb-group-collapsed > .rwmb-row {
    	display: none;
    }
    #5295
    Anh TranAnh Tran
    Keymaster

    You're right. That is a bug with the CSS for the Columns extension. I've just fixed in the version 1.2.1 of the Group. Please update it.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.