I want to set a span element to appear below another element using the display property. I tried applying inline-block but without success, and figured I could use block if
Again: an answer that might be a little bit too late (but for those who find this page for the answer anyways).
Instead of display:block; use display:inline-block;
display:block;
display:inline-block;
Use display: table.
display: table
This answer must be at least 30 characters; I entered 20, so here's a few more.