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.<
You could do it this way:
Toggle it ... CSS: #SearchParameters.in, #SearchParameters.collapsing { display: block!important; } 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
CSS:
#SearchParameters.in, #SearchParameters.collapsing { display: block!important; }