#nav ul li {
    float: left;
    list-style: none;
}
#nav ul li ul li {
    float: none;
}
In this example the sub-menu list items will return back to default
none
value of
float
property and will sit vertically
by Valeri Tandilashvili
4 years ago
CSS
properties
Learn CSS
1
Pro tip: use ```triple backticks around text``` to write in code fences