XF 2.2 Megamenu above Xenforo header

We're preparing to migrate from vBulletin to Xenforo. We currently have a custom header and older bootstrap mega menu included above the forum header. See our existing setup here: https://www.marineengine.com/boat-forum/

Does anyone have recommendations for current bootstrap megamenu code examples that would play nicely with Xenforo. Has anyone done something similar recently? Any recommendations on where to grab code snippets? (We need to maintain our own header above Xenforo as opposed to building additional menus within the Xenforo nav bar.)

Thanks in advance for any advice! -James
 
I would have thought what you currently have have would play nicely with xenForo. I haven't done it for a while but I did have something very similar. I think I based it all on this:



So in page_container template I just added the css link in <head> and html just below here: <div class="p-pageWrapper" id="top">
 
Last edited:
Top Bottom