I have a sidebar search parameters. I want to make collapse function on this DIV only on Mobile device. Using Bootstrap 3 - Latest version.
Here is the HTML Markup.<
CSS-only method. Also works on Bootstrap 4.
@media (min-width: 768px) { .collapse.dont-collapse-sm { display: block; height: auto !important; visibility: visible; } }
Collapse Button Collapse Panel
source