Skip to content

Commit

Permalink
button and features list issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
codersaiful committed Mar 11, 2021
1 parent 72e7682 commit 96bd861
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions inc/widgets/price-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -1352,18 +1352,18 @@ protected function _register_controls() {
);

$this->add_responsive_control(
'item_width',
'icon_gap',
[
'label' => __( 'Width', 'ultraaddons' ),
'label' => __( 'Icon Gap', 'ultraaddons' ),
'type' => Controls_Manager::SLIDER,
'range' => [
'%' => [
'min' => 25,
'px' => [
'min' => 0,
'max' => 100,
],
],
'selectors' => [
'{{WRAPPER}} .ua-price-table__feature-inner' => 'margin-left: calc((100% - {{SIZE}}%)/2); margin-right: calc((100% - {{SIZE}}%)/2)',
'{{WRAPPER}} .ua-price-table__feature-inner>i' => 'margin-right: {{SIZE}}{{UNIT}};',
],
]
);
Expand Down

0 comments on commit 96bd861

Please sign in to comment.