Help with footer layout
Ok so I watched Kevin's video about alternative to wrapper and decided to refactor my project using that method but now I have a problem doing the layout of the footer that's
To make it grid I need to define new columns but I can't since they're already defined and if I overwrite it it breaks and I'm not sure how to do it safely.
The result should be like in the picture, if code is needed just ask me.
(Note that the project of the footer in the image is not done with the grid layout of Kevin's video)
full-width and because of that is itself a grid container with those grid columns style and I originally had it as a flex container that wrapped. To make it grid I need to define new columns but I can't since they're already defined and if I overwrite it it breaks and I'm not sure how to do it safely.
The result should be like in the picture, if code is needed just ask me.
(Note that the project of the footer in the image is not done with the grid layout of Kevin's video)

