Hi,
I love this theme and the Generateblocks plugin, It gives so many options but I feel I am out of my depth for this but you guys have got me so far already!
I have used CSS on my primary menu to make it horizontal scroll. This seems to affect any menu that I select for the Off Canvas.
I am therefore using the Nav Widget in Off-Canvas which works except the sub-menus are not displayed.
I have found this by David and Elvin (https://generatepress.com/forums/topic/sub-menu-items-not-showing) but it refers to the footer widgets.
I have tried to adapt it for the off canvas by trying .slideout-navigation rather than .footer-bar but that is not correct.
.slideout-navigation .widget_nav_menu li ul {
display: block;
position: absolute;
left: 0;
}