-
Closed
-
Hi!
This is my menu bar on screen which works perfectly.
However, when I inspect it on Mobile, the menu bar is now become like this.
The CSS that I use is
ul.menu > li:after {
content: “|”;
font-size: 1em;
}ul.menu > li:last-child:after {
display: none;
}How to remove “|” in Menu bar on Mobile
Thank you!
The topic Menu Bar on Mobile is closed to new replies