Forums

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

Home Forums CSS (Solved)Navigation height issue Re: (Solved)Navigation height issue

#59744
apostrophe
Participant

Try adding this to your stylesheet:

Code:
ul.mynav li {
float: left;
display: inline;
}