Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Text position in Grid Reply To: Text position in Grid

#267882
Paulie_D
Member

The div is taking up the whole grid-area so not using the CSS-Grid you have in place.

But that doesn’t mean you can’t layout the contents of those divs by some other means…like flexbox for instance

https://codepen.io/Paulie-D/pen/paXJBW