Skip to content

Commit

Permalink
remove default header padding
Browse files Browse the repository at this point in the history
  • Loading branch information
kadencewp committed Aug 7, 2024
1 parent 8675d44 commit ffd52d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/header/class-kadence-header-cpt.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
),
Expand Down

0 comments on commit ffd52d1

Please sign in to comment.