You are here

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

.fourcol-split-row-12--12--6-6 .hr--3-4 .l-r {
  width: 50%;
  float: left;
}

.fourcol-split-row-12--12--6-6 .hr--3-4 .l-r:last-child {
  float: right;
  margin-right: 0;
}

.fourcol-split-row-12--12--6-6 .hr--1-3-4 .l-r:nth-child(2),
.fourcol-split-row-12--12--6-6 .hr--2-3-4 .l-r:nth-child(2) {
  width: 50%;
  float: left;
}

.fourcol-split-row-12--12--6-6 .hr--1-3-4 .l-r:last-child,
.fourcol-split-row-12--12--6-6 .hr--2-3-4 .l-r:last-child {
  width: 50%;
  float: right;
  margin-right: 0;
}

.fourcol-split-row-12--12--6-6 .arc--4 .l-r:nth-child(3) {
  width: 50%;
  float: left;
}

.fourcol-split-row-12--12--6-6 .arc--4 .l-r:last-child {
  width: 50%;
  float: right;
  margin-right: 0;
}

File

at_theme_generator/starterkits/starterkit/layout/page-layout-float/css/fourcol/fourcol-split-row-12--12--6-6.css
View source
  1. .fourcol-split-row-12--12--6-6 .hr--3-4 .l-r {
  2. width: 50%;
  3. float: left;
  4. }
  5. .fourcol-split-row-12--12--6-6 .hr--3-4 .l-r:last-child {
  6. float: right;
  7. margin-right: 0;
  8. }
  9. .fourcol-split-row-12--12--6-6 .hr--1-3-4 .l-r:nth-child(2),
  10. .fourcol-split-row-12--12--6-6 .hr--2-3-4 .l-r:nth-child(2) {
  11. width: 50%;
  12. float: left;
  13. }
  14. .fourcol-split-row-12--12--6-6 .hr--1-3-4 .l-r:last-child,
  15. .fourcol-split-row-12--12--6-6 .hr--2-3-4 .l-r:last-child {
  16. width: 50%;
  17. float: right;
  18. margin-right: 0;
  19. }
  20. .fourcol-split-row-12--12--6-6 .arc--4 .l-r:nth-child(3) {
  21. width: 50%;
  22. float: left;
  23. }
  24. .fourcol-split-row-12--12--6-6 .arc--4 .l-r:last-child {
  25. width: 50%;
  26. float: right;
  27. margin-right: 0;
  28. }