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
I would keep each row to its own div, so...
Content Content
And then for the CSS:
.cell{display:inline-block}
It's hard to give you a solution without seeing your original code.