From c2e8f4c945b87a136ded364626008cfcad416a01 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Wed, 13 Apr 2016 15:39:58 +1000 Subject: [PATCH] Add post content floating if after photo --- assets/css/sportspress.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/assets/css/sportspress.css b/assets/css/sportspress.css index 06fddcdf..74a10bf1 100644 --- a/assets/css/sportspress.css +++ b/assets/css/sportspress.css @@ -92,6 +92,11 @@ width: 1px; } +/* Post Content */ +.sp-post-content { + clear: both; +} + /* Pagination */ .sp-table-wrapper .dataTables_paginate { text-align: center; @@ -445,4 +450,8 @@ .sp-template-logo + .sp-post-content { clear: left; } + + .sp-template-photo + .sp-post-content { + clear: none; + } }