Skip to content

Commit

Permalink
specificty issue with row layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-c-woodard committed Dec 12, 2024
1 parent 970bf08 commit 7bba961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/blocks/class-kadence-blocks-row-layout-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public function get_template_columns( $css, $columns, $layout, $inner_selector,
* A reset helper for the template columns
*/
public function reset_grid_colum_for_template_columns( $css, $inner_selector ) {
$css->set_selector( $inner_selector . ' > *:not(.added-for-specificity):not(.added-for-specificity)' );
$css->set_selector( $inner_selector . ' > div:not(.added-for-specificity)' );
$css->add_property( 'grid-column', 'initial' );
$css->set_selector( $inner_selector );
}
Expand Down

0 comments on commit 7bba961

Please sign in to comment.