Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $this->add_responsive_control(
- 'align_slide',
- [
- 'label' => __( 'Alignment', 'bdevselement' ),
- 'type' => Controls_Manager::CHOOSE,
- 'options' => [
- 'left' => [
- 'title' => __( 'Left', 'bdevselement' ),
- 'icon' => 'fa fa-align-left',
- ],
- 'center' => [
- 'title' => __( 'Center', 'bdevselement' ),
- 'icon' => 'fa fa-align-center',
- ],
- 'right' => [
- 'title' => __( 'Right', 'bdevselement' ),
- 'icon' => 'fa fa-align-right',
- ],
- ],
- 'toggle' => true,
- 'default' => 'left',
- 'selectors' => [
- '{{WRAPPER}}' => 'text-align: {{VALUE}};'
- ]
- ]
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement