For the headers in the wordpress content
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 13 May 2015 12:14:34 +0000 (08:14 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 13 May 2015 12:14:34 +0000 (08:14 -0400)
need to clear them

root/scss/_wordpress.scss

index 68382c4..37ca6bc 100644 (file)
@@ -199,6 +199,11 @@ img.alignleft, img.alignright, img.aligncenter, div.wp-caption img {
         text-align: center;
     }
 }
+.content-wrapper {
+    h1, h2, h3, h4, h5, h6 {
+        clear: both;
+    }
+}
 .content {
     background: #fff;
 /*    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);