@strawberry-3.141
I took what you’ve been teaching qqqqqqqq and applied it to my own custom.css file, which I wanted justified to the left, instead of the right, in his case. I had also played with the .js file. I know this is wrong, and I know why now, but I am determined to do things the right way so I reverted back to the original .js file. It is a good feeling when things start to make sense.
Taking what I learned from you, I applied it to my custom.css file below.
.MMM-SystemStats {
width: 175px;
}
.MMM-SystemStats td {
text-align: left !important;
}
And that produced this.

Perfectly aligned and justified.
Even when you’re helping someone else, you’re helping me. God, you’re freakin awesome!