Alignment of chart metric boxes

Hi all,

I have a couple of questions about the chart metric boxes (the ones shown in the screenshot below):

  1. Is there an easy way to align these 3 boxes so they are floated next to each other (width 30%) and not stacked on top of each other? I guess I can do it with custom css (float:left; width:30% etc) but just wanted to check if I am missing something obvious before I do that?
  2. For these chart metric boxes, we have applied Aggregate function = Count all and applied a conditional filter that only shows items that match a specific status. If there are no items that match this status, we would like to display the number as 0. Currently, as you can see from the screenshot, the block shows the empty state message"No results found. Please adjust your filter.". I do not want to show this, and I do not want to hide the block completely if the filter returns no result. I just want to display the count as 0. Is there any way to do this?

Thanks!
Duncan

Hey Duncan
yes just use the container feature first and put the charts in there. I have a column of 4 I want to build.
However, I am having trouble making the figures / numbers bigger than this.
Any clues - I have looked everywhere within the Softr Builder UI but am thinking to check if there is some code lurking around.

Screenshot 2024-12-10 at 19.12.17

Hey, thanks for the reply. Yeah support pointed me to the containers but thanks anyway!

You have a little bit of size adjustment for the metric title and number within the styles settings as shown in the screenshot below

To be honest, the adjustments barely make any difference. Beyond this, I think you’d probably need to add a bit of custom css to make further changes.