Header menu vertical lines
-
Hi,
Is it possible to set up vertical lines between menu items in header, like in footer menu. I tried with this code:
.main-navigation ul li {
border-right: 1px solid #000;
}
.main-navigation ul li:last-of-type {
border-right: none;
}
.main-navigation ul ul li {
border-right: none;
}
,but it is not like in footer menu.
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Header menu vertical lines’ is closed to new replies.
