X theme mobile menu isn't showing or working at all? using ethos

No idea what’s going on, my mobile menu just completely disappeared, I don’t have any css and it’s not even clicking…

Hello Anthony,

Thanks for asking. :slight_smile:

Please try clearing cache as on my end mobile menu seems to be working fine. Let us know how it goes.

Thanks.

Everything works now!! only problem that I was trying to solve was adding a “search bar” to the mobile menu only…

Hi Anthony,

Sure, please go to Theme Options > Header > SEARCH > NAVBAR SEARCH and enable it. Then please add this to Theme Options > CSS to make sure it only appears on mobile.

@media ( min-width: 768px ) {
.x-menu-item-search {
display: none !important;
}
}

Hope this helps.

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