You are here

threecol-split-row-6-6--12.css in AT Tools 8.3

.threecol-split-row-6-6--12 .hr--1-2 .l-r:first-child,
.threecol-split-row-6-6--12 .arc--3 .l-r:first-child {
  width: 50%;
  float: left;
}

.threecol-split-row-6-6--12 .hr--1-2 .l-r:last-child,
.threecol-split-row-6-6--12 .arc--3 .l-r:nth-child(2) {
  width: 50%;
  float: right;
  margin-right: 0;
}

.threecol-split-row-6-6--12 .arc--3 .l-r:last-child {
  clear: both;
}

File

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