CSS Grid Makes White Space Because Of The Height Of Some Columns
The question is how do I just slot in the 2 rows beneath the picture into that white space, so that I get it like in the second picture
2 Replies
Hi you could set the sidebar to span row 1/3 that should help with the with space a bit already. Also I remember seeing some videos where Kevin used grid-auto-flow: condensed maybe that helps I don’t think it will but something to look in to
Thanks a lot I will look into it