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
You can use the following:
display: inline-block;
Works well on links and other elements.