I am trying to use default CouchCMS GridCSS layout (from couch\addons\bootstrap-grid\theme\grid12.css) to fix some fields in Admin-panel to a better layout.
Along the way I came up to needing to update the CSS. Is there any better or stock ways to achieve what I want (layout on attached screenshots)?
Meanwhile tode that I think helps extend the grid:
Along the way I came up to needing to update the CSS. Is there any better or stock ways to achieve what I want (layout on attached screenshots)?
Meanwhile tode that I think helps extend the grid:
- Code: Select all
..
.col-lg-extra-4 {
margin-right: 33.33333333%;
}
.col-xs-extra-3 {
margin-right: 25%;
}
.col-xs-extra-2 {
margin-right: 16.66666667%;
}
.col-xs-extra-1 {
margin-right: 8.33333333%;
}