Skip to content

Commit

Permalink
Merge pull request #510 from stellarwp/bugfix/KAD-2930
Browse files Browse the repository at this point in the history
bugfix/KAD-2930
  • Loading branch information
mark-c-woodard authored Jul 8, 2024
2 parents c1dcfdb + 9452315 commit f7d995c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/blocks/class-kadence-blocks-accordion-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function build_css( $attributes, $css, $unique_id, $unique_style_id ) {
'mobile_key' => 'paddingMobile',
);
$css->render_measure_output( $title_styles, 'padding', 'padding', $padding_args );
$css->set_selector( '.kt-accordion-wrap.kt-accordion-id' . $unique_id . ' > .kt-accordion-inner-wrap > .kt-accordion-pane > .kt-accordion-header-wrap' );
$css->set_selector( '.kt-accordion-wrap.kt-accordion-id' . $unique_id . ' > .kt-accordion-inner-wrap > .kt-accordion-pane:not(:first-child) > .kt-accordion-header-wrap' );
$css->render_range( $title_styles, 'marginTop', 'margin-top' );

// Override for Kadence Theme.
Expand Down

0 comments on commit f7d995c

Please sign in to comment.