Forums

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

Home Forums CSS Alternate for Float Center Re: Alternate for Float Center

#93815
davidlab.be
Participant

in your css drop the float: left;

ul.topnav li a{
padding: 10px 5px;
color: #fff;
display: block;
text-decoration: none;
float: left;
}