I have 4 boxes, its a standard 2 columns 2 rows boxes. Unfortunately I have to provide ie support. In internet explorer flex wrap isnt working so all the boxes are currently in one row and it looks very messy. Is there an alternative to flex wrap for this? The code is very basic and works in all browsers but not in ie.
display: flex;
flex-wrap: wrap;
justify-content: center;