Of padding, boxes, and margins
I'm working off a template called HTML5up's Read Only. I got the player to work--thanks to some keen eyes on this site, but now I'm trying to get rid of the big fat space beneath the header and my player. I have looked all over the CSS for what is creating the gap. I've used a debugger to find padding codes, none of them changed it.
I also found this code: webkit-box-sizing: border-box;
box-sizing: border-box;,
Is that what I should be focusing on. The page in question is at vrocchio.net/up2/index.html if that helps.