Force navbar menu to accordian at all times?

Any way to do this?

Thank You

Hello David,

Thanks for writing in!

Can you elaborate your question as I am confused with the same? Please elaborate so we can provide you the solution.

Thanks.

Hi, Thanks

I want the navbar menu to be an accordion (image attached) even when site is in desktop mode.

Thanks again.

Hi David,

Thank you for the clarification, are you using X or PRO? In PRO you can easily do that by using the Navigation Dropdown element.

If you’re using X, you can add the custom CSS below on Theme Options > CSS

@media (min-width: 980px) {
		.x-nav-wrap.desktop {
		display: none;
	}
		.x-nav-wrap.mobile.x-collapsed {
	    display: block;
	}
		.masthead-inline .x-btn-navbar {
		display: block;
	    float: right;
	}
}

Please do note though. that this is a CSS driven, it won’t have the same slide effect that it has on mobile.

Hope it helps,
Cheers!

1 Like

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

Hey David,

The thread is already closed. At this time we kindly ask that you open up your issue in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

Thanks.

1 Like