Penci Design replied
Staff Reply
Hi,
Please go to Customize > Addtional CSS then add custom css to do that :
.main-navigation.penci_disable_padding_menu > ul:not(.children) > li:not( :last-child ){
padding-right: 30px
}
.main-navigation.penci_disable_padding_menu > ul:not(.children) > li:not( :last-child ):before {
content: '/';
position: absolute;
right: 15px;
margin-top: -2px;
float: right;
line-height: 1;
top: 50%;
transform: translateY( -50% );
}You can change padding between items is 30 to any padding you want.
Best Regards,
PenciDesign