I need to scooch (such a funny word lol) these over, which means retaining the 33% width but flex-aligning 2-columned items in the center via CSS I’m guessing. Before I hit that, I was wondering if there was an in-GUI solution I’m somehow ignorantly missing!
Hi @Rule72,
Thanks for reaching out.
It is not very clear what exactly you are trying to achieve here, and the screenshot does not explain that too. Can you please explain a bit more or you can provide a screenshot or any example site which might help us to understand your need?
Thanks
Oh definitely! I have a row with 3 columns (33.333%) and wanted to Column Fill: Grow while retaining column size, instead evenly distributing the 2-column arrangement evenly across the row. In CSS I can use :nth-child
to achieve this, but then I’d have to massage breakpoints.
It turns out that I was too focused on Column Fill and should have been dealing with flexbox horizontal distribution; a simple center
value cleared it up.
This is a quick example:
Apologies on my end for sequestering your time, but thanks for the response!
(Resolved)
Hey @Rule72,
It is good to know that you issue has been resolved. Thanks for letting us know.
Cheers.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.