-
Notifications
You must be signed in to change notification settings - Fork 0
Type – Spacing
Henner R Setyono edited this page Apr 7, 2020
·
4 revisions
'buttonPadding' => [
'label' => __( 'Padding' ),
'type' => 'ct-spacing',
'responsive' => false, // Responsive spacing is bugged and will be removed, don't use it
],'buttonPadding' => [
'top' => '5px',
'right' => '10px',
'bottom' => '5px',
'left' => '10px',
],NOTE: The input only accepts float number, so if you want to fill in 0.5, type 5 first, then add . in the front
Where to apply the code above?
- The option snippet is for New Section Filter
- The value format is for Default Value Filter
Learn more:
