If a section is included as the child of a Kadence column block that is not displayed horizontally, the column block overrides the flex-direction to column: https://github.com/stellarwp/kadence-blocks/blob/master/includes/blocks/class-kadence-blocks-column-block.php#L978
I would expect the flex direction of a child section to be respected.
If a section is included as the child of a Kadence column block that is not displayed horizontally, the column block overrides the
flex-directiontocolumn: https://github.com/stellarwp/kadence-blocks/blob/master/includes/blocks/class-kadence-blocks-column-block.php#L978I would expect the flex direction of a child section to be respected.