Search code examples
htmlcsspunbb

div sitting about 50px below where it should be


Can someone tell me why my div brdheader isn't sitting at the top (the most top inside of, that is) of punwrap?

I'm using fluxbb, and the devtools in chrome aren't saying anything. There's no margin, or padding, so I have no idea what the problem could be.

This is the forum. Since I'm using FluxBB I can't exactly post all of the code. http://flux.strange-coast.com/index.php

Thank you for taking the time to read this.


Solution

  • you have margin: 30px 0px -10px 5px on your .pun h1 that's what's doing it. Adjust that to what you want