Hello Jeffrey,
Thank you for reaching out to us.
You can achieve this by adding a custom CSS rule specifically targeting the 3rd level menu items.
Please add the following code to your Custom CSS section in the Helix Ultimate template:
@media (max-width: 991px) {
ul.mod-menu__sub.list-unstyled.small.menu-child
ul.mod-menu__sub.list-unstyled.small.menu-child li {
padding: 6px 0;
}
}
To add this:
Go to Helix Ultimate → Template Options → Custom Code → Custom CSS and paste the code there.
This will create spacing between the 3rd level items, making them more readable in the off-canvas menu.
Let me know if you need further adjustments.
Thanks