- Issue created by @jive01
- 🇺🇸United States k_a_l
Hi jive01,
Thanks for your interest - it's definitely an interesting idea.
Is the requirement that this needs to be within the same section, or could you add another section below with a different grid structure? If it’s within the same section, we’d need a way to combine rows or subsets of columns within the main section’s grid and treat them as a grid area, which could then have its own grid dialog options.
One big limitation we’re currently facing is the module’s reliance on inline styles for grid layouts, which prevents us from using features like grid-template-areas. Implementing something like this would likely require a refactor in how styles are generated and applied to the markup.
- 🇺🇸United States k_a_l
FWIW, The work being done in 3266732 ✨ Need @media(max-width)/(min-width) capacity Active will solve the inline styles issue I mentioned previously.