Topic: Collapse error
mita
free
asked 6 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.
Add comment
Bartłomiej Malanowski
staff
answered 6 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;
}
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