Overview Stats Widget Responsive
Did anyone know how to achieve this? I need to render 2 Stat Cards in 2/3 and 1/3 column composition. I haven't been able to get it so far.. open to ideas.
Thanks in advance.
11 Replies
Like that ?
no, in a 3 columns array they shoul be 2/3 and 1/3
That ?
I'm not sure what you mean
ahha that's 1/3, 1/3, 1/3, What i need is one card to have 2/3 and the other one just 1/3
I dont even know if that is possible
ahhhh ok i understand sorry
i don't think that's possible without making a custom widget
I have been playing with columnSpan and getColumns() but i cant manage to get it right the way i need it
My thoghts exactly... thanks anyhow both π
OK i have @hurruwa
Add a tailwind class with
->extraAttributes(['class' => 'md:col-span-2'])
: @hurruwa
Thanks a lot