Home › Forums › CSS › [Solved] Nav bar and its pesky width! › Reply To: [Solved] Nav bar and its pesky width!
July 22, 2014 at 3:49 am
#176139
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