I notice that the nucleus grid always breaks down to one column for mobile. How would I go about forcing certain grids to break down into two, or more, columns on mobile? I’ve gotten around it using a basic table which looks OK as far as I can tell, but maybe there’s a better way to do it.
Is there an extended nucleus grid classes css file out there that adds some of this kind of stuff?
That would seem to be controlled by /user/themes/antimatter/scss/nucleus/_flex.scss, which already has additional size classes for tablets: .size-tablet-1-2, .size-tablet-1-3 and so on.
Using scss, you could add classes with custom column counts for mobile like this (assuming here that 6 is the maximum amount of columns you would want to use on mobile):
In case you’re not using scss (which I highly recommend for reasons obvious to anyone comparing the above and below code) and just want the compiled css: