Issues with Grid Area layout.
I'm currently working on a project for a course through Codecademy. I've set grid areas for a side bar which should only span two rows (according to my template) but for some reason it is spanning 4.
Any advice would be greatly appreciated, TIA
4 Replies
I think that you will need to share some more code. If you could set it up in codepen that would make it easier for somebody to help you.
Cheers I will get that sorted now.
https://codepen.io/Sean-Poultney/pen/ZEmxYYY
let me know if that works as I have never used codepen
you realize that the grid-area that you set on childrens of main element doesn't actually do anything
main element occupies the about area
So essentially I need to move the children onto the the same level as main to make it work?
that fixed it thank you 🙂