Columns can be hidden responsively using the hideBelow and/or hideAbove prop, by specifying the name of the breakpoint, e.g. hideBelow=“tablet”.
Consider the three column layout below, applying hideBelow=“tablet” to the second column. Three columns will be shown from the tablet breakpoint upwards, and the second column will be hidden on mobile.