Collapse error

mita asked 8 years ago

hello sir, i am using below link collapse code for my design. http://mdbootstrap.com/javascript/collapse/ accordion is work properly when i am clicking on arrow and Collapsible Group Item #1 but it will not work when i am clicking on blank space between arrow and Collapsible Group Item #1 so i want collapse when clicking on blank space also. can you help me to do so? Thank You.

mita answered 8 years ago

There is no-one here for helping me?

Bartłomiej Malanowski staff pro premium answered 8 years ago

Thanks for noticing. With MDB 3 you need to add some code:
#accordion .panel-heading {
    /* remove padding from panel heading */
    padding:0;
}
#accordion .panel-heading a {
    /* and add it to link */
    padding: 10px 15px;
    /* set display as block */
    display:block;
}

mita answered 8 years ago

Thank You. :)
Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Specification of the issue
  • User: Free
  • Premium support: No
  • Technology: General Bootstrap questions
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: No