White-Space Space at the Top Of the Page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KIllBoy1
    New Member
    • Sep 2013
    • 1

    White-Space Space at the Top Of the Page

    So today i came into a new issue that i have never seen before when you Load up my website it ha a white space above my header now i looked every where on he web and nothing worked
  • GrimesWeb
    New Member
    • Sep 2013
    • 1

    #2
    Can you show my your header code? and the css that is with it?

    Comment

    • nomad
      Recognized Expert Contributor
      • Mar 2007
      • 664

      #3
      try this is your .css file place this on the top of this list
      /* BASIC RESET */
      ul,ol,li,h1,h2, h3,h4,h5,h6,pre ,form,body,html ,p,blockquote,f ieldset,input{m argin:0; padding:0;}

      Comment

      • Exequiel
        Contributor
        • Jul 2012
        • 288

        #4
        try do put this to your body style
        body{
        padding: 0px;
        margin: 0px;
        }

        Comment

        Working...