From 801d4b24b9b44517992579bd87490864117b92ab Mon Sep 17 00:00:00 2001 From: aledesma-godaddy Date: Tue, 12 Aug 2025 11:25:49 -0700 Subject: [PATCH] fix the height value for spacer blocks --- partials/layouts/contact.php | 2 +- partials/layouts/home.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/partials/layouts/contact.php b/partials/layouts/contact.php index 97124a58..5205629e 100644 --- a/partials/layouts/contact.php +++ b/partials/layouts/contact.php @@ -36,7 +36,7 @@ function go_coblocks_contact_layouts( $layouts ) { array( 'core/spacer', array( - 'height' => 30, + 'height' => '30px', ), array(), ), diff --git a/partials/layouts/home.php b/partials/layouts/home.php index bacac62b..c955cfbb 100644 --- a/partials/layouts/home.php +++ b/partials/layouts/home.php @@ -18,7 +18,7 @@ function go_coblocks_home_layouts( $layouts ) { array( 'core/spacer', array( - 'height' => 60, + 'height' => '60px', ), array(), ), @@ -38,7 +38,7 @@ function go_coblocks_home_layouts( $layouts ) { array( 'core/spacer', array( - 'height' => 20, + 'height' => '20px', ), array(), ), @@ -941,7 +941,7 @@ function go_coblocks_home_layouts( $layouts ) { array( 'core/spacer', array( - 'height' => 30, + 'height' => '30px', ), array(), ),