The first 3 entries contain sub-points.The last two entries lead directly to a page.
I would like to align all entries uniformly like the last ones.The font should also be consistent.
How can I achieve this?
.hornav>ul>li>ul>li>span,
.hornav>ul>li ul>li>ul>li>span {
padding: 5px 15px;
display: block;
}
.hornav>ul>li>ul>li>span,
.hornav>ul>li ul>li>ul>li>span {
padding: 5px 15px;
display: block;
font-size: .9em;
}