Better column/structure/gap settings for containers #21176
pumadog
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe.
When I use a container for some sort of (non loop) grid I have to change every single element for every breakpoint. Also, when I set a gap between the elements I have to deduct that space from the element width.
For example, when I want 12 elements to run though 3 columns with 20px gap, I can't give them 3 x 33% width since it adds to more than 100%.
Describe the solution you'd like
For classic sections we have the structure setting to define/change the general column layout. Build something similar for the containers! And let the gap pixels be ignored for the element/column width settings, so we can use for example 50/50% or 33/33/33% instead of 48/48% or 31/31/31%.
Describe alternatives you've considered
No response
Additional context
No response
All reactions