skip to Main Content

Twitter Bootstrap 3 conditional .text-center

Is it possible to make a col with .text-left change to .text-center ONLY if "XS"? <div class="row"> <div class="col-xs-12 col-sm-4 text-left text-uppercase">Left Col</div> <div class="col-xs-12 col-sm-8 text-right">Right Col</div> </div> So, the two cols are on the same line, the one…

VIEW QUESTION
Back To Top
Search