Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Strange CSS Problem (Unknown Margin) Re: [Solved] Strange CSS Problem (Unknown Margin)

#71968
christopher
Member
"jamy_za" wrote:
It’s actually quite simple.

Remove this line from your css, it’s right at the top:

Code:
html { background-color: #2a200e; }

Reggie was saying he did that, but it still leaves a 2px gap b/w his signup image and the top of the viewport. I would try this, do as jamy_za said, then insert-

*, html (margin:0; padding:0;}

Then change "#sign-up a" {position:aboslute;…} to {position:relative;…}