From dcf330d2349982b909d28c1dc55e228ae827d46b Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 13 May 2015 08:14:34 -0400 Subject: [PATCH] For the headers in the wordpress content need to clear them --- root/scss/_wordpress.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/root/scss/_wordpress.scss b/root/scss/_wordpress.scss index 68382c4..37ca6bc 100644 --- a/root/scss/_wordpress.scss +++ b/root/scss/_wordpress.scss @@ -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); -- 2.17.1