From ffd52d1f4b3a9a83083ef0e682fa5f6557abbbdd Mon Sep 17 00:00:00 2001 From: Ben Ritner Date: Wed, 7 Aug 2024 11:51:24 -0600 Subject: [PATCH] remove default header padding --- includes/header/class-kadence-header-cpt.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/header/class-kadence-header-cpt.php b/includes/header/class-kadence-header-cpt.php index 0c4745c5e..b64115b4b 100644 --- a/includes/header/class-kadence-header-cpt.php +++ b/includes/header/class-kadence-header-cpt.php @@ -983,19 +983,19 @@ public function register_meta() { ), array( 'key' => '_kad_header_padding', - 'default' => array( '20', '20', '20', '20' ), + 'default' => array( '', '', '', '' ), 'type' => 'array', 'children_type' => 'string', ), array( 'key' => '_kad_header_tabletPadding', - 'default' => array( '20', '20', '20', '20' ), + 'default' => array( '', '', '', '' ), 'type' => 'array', 'children_type' => 'string', ), array( 'key' => '_kad_header_mobilePadding', - 'default' => array( '20', '20', '20', '20' ), + 'default' => array( '', '', '', '' ), 'type' => 'array', 'children_type' => 'string', ),