Skip to content

Commit

Permalink
Issue [#680](#680): Text module: Add margin bottom (paragraph) Tablet…
Browse files Browse the repository at this point in the history
… and Phone

#680
  • Loading branch information
Dima committed Apr 19, 2017
1 parent 44b3593 commit 921fa8a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions modules/text-simple/module.php
Expand Up @@ -3896,6 +3896,18 @@ function options() {
'tab' => __( 'Tablet', 'live-composer-page-builder' ),
'ext' => 'px',
),
array(
'label' => __( 'Paragraph - Margin Bottom', 'live-composer-page-builder' ),
'id' => 'css_res_t_main_paragraph_margin_bottom',
'std' => '20',
'type' => 'slider',
'refresh_on_change' => false,
'affect_on_change_el' => '.dslc-text-module-content p',
'affect_on_change_rule' => 'margin-bottom',
'section' => 'responsive',
'tab' => __( 'Tablet', 'live-composer-page-builder' ),
'ext' => 'px',
),
array(
'label' => __( 'Text Align', 'live-composer-page-builder' ),
'id' => 'css_res_t_main_text_align',
Expand Down Expand Up @@ -4466,6 +4478,18 @@ function options() {
'tab' => __( 'Phone', 'live-composer-page-builder' ),
'ext' => 'px',
),
array(
'label' => __( 'Paragraph - Margin Bottom', 'live-composer-page-builder' ),
'id' => 'css_res_p_main_paragraph_margin_bottom',
'std' => '20',
'type' => 'slider',
'refresh_on_change' => false,
'affect_on_change_el' => '.dslc-text-module-content p',
'affect_on_change_rule' => 'margin-bottom',
'section' => 'responsive',
'tab' => __( 'Phone', 'live-composer-page-builder' ),
'ext' => 'px',
),
array(
'label' => __( 'Text Align', 'live-composer-page-builder' ),
'id' => 'css_res_p_main_text_align',
Expand Down

0 comments on commit 921fa8a

Please sign in to comment.