Hello everyone,
I am trying to alling-to-center the results on SolarWinds Modern Dashboard but I don't know where to do it. I can't find any option on Dashboard edit and I don't know how to write any center command for SWQL, if there is one.

I would like to center the results as I kinda dislike what I see. I am new to this, and I am trying to learn. This is my SWQL also:
-------------------------------------------------------------------------------------------
SELECT Caption
,round((TotalMemory / 1073741824.0),2) as TOTAL_RAM
,round((MemoryUsed / 1073741824.0),1) as MEMORY_USED
,round((MemoryAvailable / 1073741824.0),2) as RAM_AVAILABLE
,DetailsUrl AS [_LinkFor_FullName]
from Orion.Nodes
order by MemoryAvailable
-------------------------------------------------------------------------------------------
If there is anybody willing to help I will be very grateful.
Thank you,
Andrei