I am attempting to design a 3 column layout where the middle column is approximately 25em wider than the side columns.
Flexbox does not seem to be effective on mobile devices, as the width setting is disregarded. Many sources I've consulted online have criticized flexbox for its lack of mobile compatibility.
The solution proposed in this discussion works well for mobile devices when all columns are equal in width. I struggled to adjust the size of the center column without disrupting the layout Previous solution (new issue)
Is there a way to create a 'non-responsive' 3 column layout with variable column widths that remains mobile-friendly?