after creating products using flexbox items, the footer which has a google map location and communication details, it is coming over the flexbox items having product images. I have tried using various solutions like 1.Giving footer - margin-top:100% or 1000px; working, but issue comes back in Mobile mode 2.creating display:ā¦
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
There's a lot of markup to be observed and it makes difficult to look at your whole code and understand it.
*Try doing this: *
Just don't include your footer in the main flex property. Make a separate container (without flex or being the child element of your flex container) for the footer and then apply flex and flex-direction to it. This might help.