Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Luis Rock

    (@maurolopes)

    Well, you′ll want to target the <div class="collapse-card active"> with some CSS custom rules.

    For example, to reduce width by 1/2, you would do:

    div.collapse-card.active {
    width: 50%;
    }

    And so on.

    I hope it helps.

    Thanks for using my plugin!

    Plugin Author Luis Rock

    (@maurolopes)

    I guess you are done here, right?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change size’ is closed to new replies.