Archived topic
Nesting grids
3 replies · Started by Roger on June 13, 2019
Hi, I've nested a grid using grid HTML inside the lgc shortcode as described here: #259635
How can I get the nested grid items to fill the full column space equally?
Hi there,
Not sure if I fully understand.
Like to fill the space in height? The height of the LGC is determined by the content inside, or else you can try to set a fixed height.
I would say that LGC is an outdated method for something like this though. Might be worth looking into using CSS Flexbox for something like this.
Ok, thanks. I've switched out LGC for CSS grid.
That's better for sure :)
Glad you've figured out!