From: Laury GvR Date: Tue, 29 Sep 2015 19:59:41 +0000 (-0400) Subject: Clear both on footer in ai1ec single events, to keep it from covering the image X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1a0f0d9b9954c296043e13109101b175a6c89f06;p=WP-Themes%2Fglmthemes%2Fcrawfordcounty-theme.git Clear both on footer in ai1ec single events, to keep it from covering the image --- diff --git a/scss/_structure.scss b/scss/_structure.scss index d5c1dbf..58957f9 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -1208,6 +1208,9 @@ footer { .ai1ec-single-event .ai1ec-time .ai1ec-field-value, .ai1ec-multi-event .ai1ec-time .ai1ec-field-value { font-size: 15px; } + footer.entry-meta { + clear: both; + } } #blog-posts-over article .ai1ec_event p { display: inline;