
Originally Posted by
swguy
When I first looked, I thought "YEA" but I have tweaked this file to see the results. But nothing changes. I want no more than 4 columns for my width setting of 9
Code:
if (!isset($grid_classes_matrix)) {
// this array is intentionally in reverse order, with largest index first
$grid_classes_matrix = [
'12' => 'row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 row-cols-xl-6',
'10' => 'row-cols-1 row-cols-md-2 row-cols-md-3 row-cols-lg-4',
'9' => 'row-cols-1 row-cols-md-2 row-cols-md-3 row-cols-lg-4',
'8' => 'row-cols-1 row-cols-md-2 row-cols-lg-3 row-cols-xl-4',
'6' => 'row-cols-1 row-cols-md-2 row-cols-lg-2 row-cols-xl-3',
];
}
The way I see it, I should never have more than 4 for these settings right?