| @@ -252,12 +252,12 @@ | ||
| 252 | 252 | 'prefix_class' => 'elementor-section-', |
| 253 | 253 | ] |
| 254 | 254 | ); |
| 255 | 255 | |
| 256 | - $this->add_control( | |
| 256 | + $this->add_responsive_control( | |
| 257 | 257 | 'content_width', |
| 258 | 258 | [ |
| 259 | - 'label' => __( 'Content Width', 'elementor' ), | |
| 259 | + 'label' => __( 'Width', 'elementor' ), | |
| 260 | 260 | 'type' => Controls_Manager::SLIDER, |
| 261 | 261 | 'range' => [ |
| 262 | 262 | 'px' => [ |
| 263 | 263 | 'min' => 500, |
| @@ -269,9 +269,8 @@ | ||
| 269 | 269 | ], |
| 270 | 270 | 'condition' => [ |
| 271 | 271 | 'layout' => [ 'boxed' ], |
| 272 | 272 | ], |
| 273 | - 'show_label' => false, | |
| 274 | 273 | 'separator' => 'none', |
| 275 | 274 | ] |
| 276 | 275 | ); |
| 277 | 276 | |