Hello Terry,
Thank you for reaching out.
I have already fixed the off-canvas issue from my end, including publishing the menu in the offcanvas position. Please check now and let me know if everything looks good.
Regarding the section overlapping issue on mobile, we can help you resolve this. To proceed, you can either:
• Provide us with Super Admin access, so we can directly fix the issue for you
OR
• Create a custom.css file in your template here /templates/shaper_oneclip/css/custom.css If already have this file then add the following CSS:
@media (max-width: 991px){
#sp-header .logo h1 > img {
margin-top: -90px;
}
}
Once added, please check again on mobile.
Let us know how you’d like to proceed.
Thank you.