Container Size - stop container shrinking

container have max-width property
image

How to override this. Add div —> give for this div a class "full-width-container" set width to “none” (or “1400px” or 90% any unit you want) - remove the div. Add this class for the container

For more specific answer add screenshot + in what page you find your problem

Flexbox parent & child with max-width - will collapse. Why?

flex-grow zero(by deafult): It sizes the item based on its width / height properties (or its content if not set). css-tricks

In our case the container have no width - so "its size based on is content)
Try this (or set width to 100% or other unit)