With 5.7's Bootstrap Layouts, is there any way to specify column sizing other than 'small'?
Permalink
I added Bootstrap as an option for layout on a site we're working on, but the column classes the layout specifies only go for sm (ie- two equal columns output only col-sm-6).
Is there any way to specify other column sizes (for example, I need col-xs-6), or am I going to have to write the layout manually?
Thanks in advanced.
Is there any way to specify other column sizes (for example, I need col-xs-6), or am I going to have to write the layout manually?
Thanks in advanced.
Custom layouts get just one grid class.
Adding a feature to do add additional grid classes is under discussion.
"Implement Custom Grid Presets at the Theme Class Level #2552"
https://github.com/concrete5/concrete5/issues/2552...