Home › Forums › Basel support forum › Customising the Menu / Navigation › Reply To: Customising the Menu / Navigation
June 28, 2019 at 12:07 pm
#130519

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Desktop:
body .main-nav .menu > li > a{
padding:0 50px;
height:15px;
line-height:15px;
border-right: 1px solid #cccccc;
margin:10px 0;
}
body .main-nav .menu > li:last-child > a{
border-right: 1px solid transparent;
}
Best Regards