Apply Equal Height by Row in Loop Grids #22871
micmiller-apptio
started this conversation in
Feature Request
Replies: 1 comment 4 replies
-
Updating my own request, I am able to get the functionality I want by disabling the Equal Height option in my loop grids and adding CSS to set the height of wrapper elements within my loop items to 100%. The flex model automatically sets the height of the parent containers within a row to the height of the tallest element in that row. It would be nice if Elementor used the Equal Height setting to apply 100% height to child wrappers instead of my needing to create a custom class and CSS to do it. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
What problem is your feature request going to solve? Please describe.
I am migrating the post loops on our site from the Posts widget using Ele Custom Skins Loop templates to Loop Grids with Loop Item templates. With Posts + Ele Custom Skins, equal height was applied on a row by row basis so if there was an item with longer content, the extra height of that item was constrained to other items in the same row without making every item in the grid as tall as the tallest item.
Describe the solution you'd like
I would like to have either an option to apply equal height by row, or have that be the standard behavior. Tiles with less content can end up with a lot of extra white space if everything in the grid shares the height of the tallest item in the grid. This impact is lessened and tile layouts look better when shorter items expand to only the height of the tallest item in their row.
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions