button
#Stats overview widgets
how to adjust size card.
I make 2 stats but when view it float left, I want adjust for it center?
can provide me any solution?
Thank you
Solution:Jump to solution
maybe setting 2 columns in the widget?
```php
protected function getColumns(): int
{
return 2;...
1 Reply
Solution
maybe setting 2 columns in the widget?