Hi Maruti,
Thanks for the reply and help. Unfortunately I haven’t gotten it to work. In the style.css it now looks like the below (lines 427-444). Does that make sense or did I misunderstand it?
#main-navigation > .sf-menu > ul {
overflow: scroll;
}
#main-navigation .sf-menu > ul > li:after {
width: 6px;
float: left;
margin-top: 16px;
content: "/";
display: block;
color: #e6e6e6;
font-size: 1.8em;
font-family: Arial, Helvetica, sans-serif;
}
#main-navigation .sf-menu > ul > li:last-child:after {
display: none;
}
Thanks