Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Row Layout > Inner Column Height 100%

Home / Forums / Kadence Blocks / Row Layout > Inner Column Height 100%

This topic is: Not Resolved
[Not Resolved]
Posted in: Kadence Blocks
December 5, 2023 at 8:19 pm

When setting inner column height 100% on a row layout you get two different results for desktop and mobile:

desktop
.kt-inner-column-height-full:not(.kt-row-layout-row)>.wp-block-kadence-column>.kt-inside-inner-col {
height: 100%;
}

mobile

@media
screen and (max-width: 767px)
.kt-inner-column-height-full.kt-mobile-layout-row>.wp-block-kadence-column>.kt-inside-inner-col {
height: auto;
}

I don’t understand the reason for this. Could someone please explain? I need to manually over-ride the height:auto as the UI for Section > Min Height only allows for PX/VW/VH. The addition of % would be handy here.

  • This topic was modified 2 years, 4 months ago by We Are Coast.
  • The forum ‘Kadence Blocks’ is closed to new topics and replies.