I think I may have found a minor bug. If you set a secondary menu and have it appear to the right above the main header, the very last item in the menu has no spacing between the | and the menu item so it appear like this
|last menu item
If you set it to the left then it’s fine.
Hey Andrew!
Thank you for visiting the support forum!
I’m sure this has been fixed on the latest patch of the theme, version 2.7.1. Please add this on Quick CSS or custom.css:
.av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child {
border: none;
margin-right: 0px;
padding-right: 0;
padding-left: 10px;
}
Best regards,
Ismael
Awesome, thank you.