FFilament•Created by nathanwritescode on 8/8/2023 in #❓┊help Stats overview widgets: number of widgets per row
On further digging, I found the getColumns() method in the StatsOverviewWidget class so I have just overriden it in my widget and it works like a charm
protected function getColumns(): int {
return 3;
}