Forums

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

Home Forums CSS Padding above top nav bar Re: Padding above top nav bar

#115590
Paulie_D
Member

To start with…don’t do this:

body {
position: fixed;
top: 0;
width: 100%;
height: 35px;
}

It’s unnecessary.

You might want to look into a reset.css or normalize.css