Get default menu into header builder

Is there a way to get the original header menu loaded into Header Builder without recreating it from scratch?

Or at least be able to lower the submenus with some CSS in the original header to fix the overlapping submenu box…

Hi @mikewolf1127,

Thanks for writing in!

You can still use your default header in pro. No need to create a header if you don’t want it.
If you won’t assign any header to page the default header will come.

Regarding the dropdown menu issue. Please add this CSS to your theme option -> CSS and let us know if that works.

.x-navbar .desktop .x-nav > li ul {
top: 85px !important;
}

Hope this helps!

OK, yeah, that CSS worked.

I thought the default header was present in the header builder the first time you go into it, no?

If not, is there a simple way to promote the default header to a header builder header?

Hello Mike,

Thanks for updating the thread.

Unfortunately, inside header builder default header is not there as an option. You can only have default header present on pages wherein header is not developed by header builder. Other then that you can mimic the layout of default header in header builder and assign the same to relevant pages.

Thanks for understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.