this might be a RTL issue
in my enfold themed website the most right separator between menu items is missing
thanks in advance
Shalom!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
li#menu-item-785 a {
border-left: none;
}
#top #header .social_bookmarks li:last-child {
border-right-style: solid;
border-right-width: 1px;
}
#top .social_bookmarks li:first-child {
border-right: none;
}
Best regards,
Yigit