mita free asked 7 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 free answered 7 years ago


Thank You. :)

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 free answered 7 years ago


There is no-one here for helping me?

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

  • ForumUser: Free
  • Premium support: No
  • Technology: General Bootstrap questions
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: No