From df82cafce39a26f086530a50472d94a597374ba6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 3 May 2017 13:57:46 -0400 Subject: [PATCH] adjusting the front page blog feed structure to match the blocks the one blog post that is being pulled into the front page with the 2 blocks was not structured or styled in the same manner as the blocks and as a result was displaying different when images were added. I added a block class to the one post container and removed the nested column class that was wrapping the image so that it would help keep it similar to the block images --- parts/blog-feed-front.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/parts/blog-feed-front.php b/parts/blog-feed-front.php index 0a86445..c6a4111 100644 --- a/parts/blog-feed-front.php +++ b/parts/blog-feed-front.php @@ -1,15 +1,13 @@ 1);?> -
+ -
+
ID )) { ?> -
- ID, array(190, 190), array('class' => 'blog-excerpt-img-wrap')); ?> -
+ ID, 'glm-block-image', array('class' => 'blog-excerpt-img-wrap')); ?>
-- 2.17.1