Tell us what’s happening:
I have a video and a span element which are vertically aligned. I want to add spacing between them and make the span element bigger, but whenever I do that the span element goes on top of the video. I’ve tried adding padding and margins to both the div which contains them, the span element, and the video element and none of those have worked.
Thanks for the reply! I set the span element to display:block, but that also set it on top of the video. Am I doing something wrong?
EDIT: I now realized you meant that I should set the display of #history to block. It worked! But now if I change the font size, it goes back on top of the video. Any ideas? @jwilkins.oboe
Sorry I should’ve been more clear. I want the “History” to be to the left of the video. It is in that position right now, but if I adjust the font size then it gets sent back to the top, as seen in your image. Same thing if I set the margins past a certain size. I’m wondering why it gets sent back to the top if I change the margin or font size.