Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator cubecolour

    (@numeeja)

    There seems to be a 20px gap above the body element which I can’t account for.

    Until you manage to track it down, a quick & dirty workaround would be to add the following rule to the stylesheet:

    body {
    	margin-top: -20px;
    }
    Thread Starter exedotdmg

    (@exedotdmg)

    Thanks! I was losing my head trying to fix this last night.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot find tag in CSS to remove padding above header.’ is closed to new replies.