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', ),