Forums

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

Home Forums CSS Basic CSS… HELP! Reply To: Basic CSS… HELP!

#197599
Shikkediel
Participant

It’s the 5px margin in this rule that’s creating the gaps :

nav.horizontal li {
   float: left;
   list-style: none;
   padding: 0px;
   margin: 5px;
   text-align: center;
}