From c5130eb0aae946830b7a1959916b7c734a19fc7a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 15 Aug 2016 09:51:34 -0400 Subject: [PATCH] adjusting the front page blocks image size in the functions file, increasing from 300 to 320 to remove space between front page blocks --- functions.php | 2 +- parts/glm-blocks.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index fffb3b0..538a9ff 100644 --- a/functions.php +++ b/functions.php @@ -239,7 +239,7 @@ function mytheme_init() { add_action('init', 'mytheme_init', 10); add_image_size('glm_block', 200,100,true); -add_image_size('glm_block_frontpage', 300,408, true); +add_image_size('glm_block_frontpage', 320,408, true); function wpse_setup_theme() { add_image_size('glm-block-image', 290, 190,true); diff --git a/parts/glm-blocks.php b/parts/glm-blocks.php index 5d3d7e8..869a32e 100644 --- a/parts/glm-blocks.php +++ b/parts/glm-blocks.php @@ -1,5 +1,5 @@ - +
@@ -21,7 +21,7 @@

post_content . $block->post_excerpt;?>

- +
-- 2.17.1