• I have a “Dynamic Columns” block with three columns. I’d like them to all be the same height, even though the content on them is of varying lenghts. There is a “Enable Equal Column Height” toggle, but it appears to do nothing. Is there some trick to making that toggle work?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’ve used this recently and it should force the columns to be the same height by adding height: 100% to the following:-

    .gutentor-equal-column-height > .grid-container > .grid-row > .gutentor-dynamic-single-column > .gutentor-single-col

    This is for each ‘Dynamic Single Column’.

    You might want to see if you can see this class and toggle it on and off in dev tools to see if anything changes.

    Plugin Contributor codersantosh

    (@codersantosh)

    Hello @zigojacko ,

    Just tested it and works fine. It should work as @zigojacko wrote.
    If it is still not working you can check if there is an error on the console.

    Best Regards!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Enable Equal Column Height’ is closed to new replies.