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:
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: