Aligning Tile Data on Dashboard - How to Top Align Rows

Try this, adjusting the tile number to suit:

#tile-3 .tile-primary { visibility: visible;
position: absolute;
top: 0%; }

Stolen, as many CSS solutions are, from the Noobs CSS topic, in this case the positioning example:

2 Likes