Hi Ross
Thanks for your reply.
I have tried that but it didn’t work for me.
This is the code that I have added to Additional CSS section:
.main-navigation ul li a {
padding-right: 28 px;
}
.main-navigation ul li:not(:last-child) a:after {
content: “|”;
position: relative;
left: 15px;
float: inherit;
margin-top: 1px;
}