Can't seem to move the position of a variable on a tile

What type of tile is this? I’m trying to make sense of why the value is pushed down so far in the first place.

I know I mentioned this in another thread, but this is really one of those cases where getting to understand the browser’s Dev Tools and what the CSS is doing are really important. Its way easier to look at the browser’s Dev Tools and be able to actually trace down what is causing the sizing / positioning changes than it is to try to parse through limited snippets and screenshots posted on a forum when it gets to this level of complexity.

Based on the CSS snippet provided, I don’t see what’s causing the size change (assuming it’s a regular variable tile) nor what’s causing the positioning of the main content to be off.

Is that the full and exact CSS that was applied at the time of your screenshot?

Even with your Custom CSS applied, I can’t reproduce the issue and the number looks properly centered to me whereas on yours it looks pushed down (and doesn’t appear to just be a visual illusion from the header being moved).

image