SyntaxFix
Write A Post
Hire A Developer
Questions
"If I want two columns for anything over 768px, should I apply both classes?"
This should be as simple as:
<div class="row"> <div class="col-sm-6"></div> <div class="col-sm-6"></div> </div>
No need to add the col-lg-6 too.
col-lg-6
Demo: http://www.bootply.com/73119