however the container size for the charts appears fixed at 110px in the class .piechart changing the height rule in that class to fit-content fixes the problem when you are using small pie charts but they over bleed the display if you revert to 192 for the chart height
Unfortunately it’s a bit more complex than that, i have changed the class and disabled the inline css using !important on the properties of the class, but it does like there is some html work to do wherever that is stored. I’ll have a look for it
I was pointing out that for specific customisation to the theme that are particular to one users needs that he could use CSS and jQuery to alter every aspect of the theme. jQuery could be used to directly alter the html and CSS does what it does.
Also I like you can use jQuery for your own stuff in the theme.
In the end I switched the charts off as they are replicated in the slider which still didn’t give me the space I needed so have hidden the system-info div again for the same reason it’s replicated in the slider. Is there any way to remove accordions from the dashboard but still retain them in the slider ?
I pulled a lot of space from the list below the charts with this code in theme extensions. It could still use work. The piechart theme configuration windows put values in inline css. So can be overridden in Theme Extensions.