| @@ -228,9 +228,9 @@ | ||
| 228 | 228 | |
| 229 | 229 | $optimized_markup = Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); |
| 230 | 230 | $space_between_widgets = $optimized_markup |
| 231 | 231 | ? '--kit-widget-spacing: {{VALUE}}px' |
| 232 | - : 'margin-block-end: {{VALUE}}px'; | |
| 232 | + : 'margin-bottom: {{VALUE}}px'; | |
| 233 | 233 | |
| 234 | 234 | $this->add_responsive_control( |
| 235 | 235 | 'space_between_widgets', |
| 236 | 236 | [ |
| @@ -730,10 +730,10 @@ | ||
| 730 | 730 | [ |
| 731 | 731 | 'label' => esc_html__( 'Text Align', 'elementor' ), |
| 732 | 732 | 'type' => Controls_Manager::CHOOSE, |
| 733 | 733 | 'options' => [ |
| 734 | - 'start' => [ | |
| 735 | - 'title' => esc_html__( 'Start', 'elementor' ), | |
| 734 | + 'left' => [ | |
| 735 | + 'title' => esc_html__( 'Left', 'elementor' ), | |
| 736 | 736 | 'icon' => 'eicon-text-align-left', |
| 737 | 737 | ], |
| 738 | 738 | 'center' => [ |
| 739 | 739 | 'title' => esc_html__( 'Center', 'elementor' ), |
| @@ -738,10 +738,10 @@ | ||
| 738 | 738 | 'center' => [ |
| 739 | 739 | 'title' => esc_html__( 'Center', 'elementor' ), |
| 740 | 740 | 'icon' => 'eicon-text-align-center', |
| 741 | 741 | ], |
| 742 | - 'end' => [ | |
| 743 | - 'title' => esc_html__( 'End', 'elementor' ), | |
| 742 | + 'right' => [ | |
| 743 | + 'title' => esc_html__( 'Right', 'elementor' ), | |
| 744 | 744 | 'icon' => 'eicon-text-align-right', |
| 745 | 745 | ], |
| 746 | 746 | 'justify' => [ |
| 747 | 747 | 'title' => esc_html__( 'Justified', 'elementor' ), |
| @@ -746,13 +746,8 @@ | ||
| 746 | 746 | 'justify' => [ |
| 747 | 747 | 'title' => esc_html__( 'Justified', 'elementor' ), |
| 748 | 748 | 'icon' => 'eicon-text-align-justify', |
| 749 | 749 | ], |
| 750 | - ], | |
| 751 | - 'classes' => 'elementor-control-start-end', | |
| 752 | - 'selectors_dictionary' => [ | |
| 753 | - 'left' => is_rtl() ? 'end' : 'start', | |
| 754 | - 'right' => is_rtl() ? 'start' : 'end', | |
| 755 | 750 | ], |
| 756 | 751 | 'selectors' => [ |
| 757 | 752 | '{{WRAPPER}} > .elementor-element-populated' => 'text-align: {{VALUE}};', |
| 758 | 753 | ], |