more test for css
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 31 Oct 2017 15:50:40 +0000 (11:50 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 31 Oct 2017 15:50:40 +0000 (11:50 -0400)
try targeting every 4th one and clear left.

sections/landing-page.php

index f2668d7..4d7fad4 100644 (file)
@@ -28,8 +28,8 @@
                 <?php get_template_part('parts/main-content');?>
             </div>
 <style>
-.glm-blocks-container .glm-block:nth-child(3n+3) {
-    clear: right;
+.glm-blocks-container .glm-block:nth-child(4n+4) {
+    clear: left;
 }
 </style>