html - Trouble with responsive Max Width column in Bootstrap -


i trying page nice on bigger displays: http://clccedarrapids.com/christian-theology/christian-theology.html

what want set maximum width large article on right (it akward to read wide of article on large displays). had success this solution when used plain text when include article ssi instead of plain text stops working (i think because solution requires custom p class , include uses custom p classes. there easy solution this?

use col-lg change width of columns on large displays.. can mix col-md different size columns on different screen sizes

<div class="row">     <div class="col-md-9 col-lg-10"></div>     <div class="col-md-3 col-lg-2"></div> </div> 

Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -