is there way have bootstraps accordion function in mobile? in desktop, i'd content in panels show without outside borders or accordion functionality.
the easiest way include both versions, add responsive utility class desktop version hide on mobile:
<div class="hidden-xs"> // desktop version here </div>
and add corresponding class mobile version show on mobile:
<div class="visible-xs-block"> // mobile version here </div>
Comments
Post a Comment