You are here

threecol-split-row-12--9-3.css in AT Tools 8.3

.threecol-split-row-12--9-3 .hr--2-3 .l-r,
.threecol-split-row-12--9-3 .arc--3 .l-r:nth-child(2) {
  width: 75%;
  float: left;
}

.threecol-split-row-12--9-3 .hr--2-3 .l-r:last-child,
.threecol-split-row-12--9-3 .arc--3 .l-r:last-child {
  width: 25%;
  float: right;
  margin-right: 0;
}

File

at_theme_generator/starterkits/starterkit/layout/page-layout-float/css/threecol/threecol-split-row-12--9-3.css
View source
  1. .threecol-split-row-12--9-3 .hr--2-3 .l-r,
  2. .threecol-split-row-12--9-3 .arc--3 .l-r:nth-child(2) {
  3. width: 75%;
  4. float: left;
  5. }
  6. .threecol-split-row-12--9-3 .hr--2-3 .l-r:last-child,
  7. .threecol-split-row-12--9-3 .arc--3 .l-r:last-child {
  8. width: 25%;
  9. float: right;
  10. margin-right: 0;
  11. }