You are here

fourcol-2-2-2-6.css in AT Tools 8.3

.fourcol-2-2-2-6 .arc--3 .l-r {
  width: 33.33333%;
  float: left;
}

.fourcol-2-2-2-6 .arc--4 .l-r {
  width: 16.66667%;
  float: left;
}

.fourcol-2-2-2-6 .arc--2 .l-r,
.fourcol-2-2-2-6 .arc--4 .l-r:last-child {
  width: 50%;
  float: left;
}

.fourcol-2-2-2-6 .l-rw:not(.arc--1) .l-r:last-child {
  float: right;
  margin-right: 0;
}

File

at_theme_generator/starterkits/starterkit/layout/page-layout-float/css/fourcol/fourcol-2-2-2-6.css
View source
  1. .fourcol-2-2-2-6 .arc--3 .l-r {
  2. width: 33.33333%;
  3. float: left;
  4. }
  5. .fourcol-2-2-2-6 .arc--4 .l-r {
  6. width: 16.66667%;
  7. float: left;
  8. }
  9. .fourcol-2-2-2-6 .arc--2 .l-r,
  10. .fourcol-2-2-2-6 .arc--4 .l-r:last-child {
  11. width: 50%;
  12. float: left;
  13. }
  14. .fourcol-2-2-2-6 .l-rw:not(.arc--1) .l-r:last-child {
  15. float: right;
  16. margin-right: 0;
  17. }