Forums

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

Home Forums CSS [Solved] Nav bar and its pesky width! Reply To: [Solved] Nav bar and its pesky width!

#176139
Paulie_D
Member

Ah…did you notice that I specified top-level ul?

You would need to make the li changes specific to the top level ones only.


.menu > li {
font-size: 16px;
display: table-cell;
}

Note the direct child selector