Can you see why the mobile menu is missing? Did I miss an option in the globals?
Hello @Westervoort,
It seems that you have added the custom CSS code to hide the mobile menu icon.
I would suggest you add this custom CSS code to the global CSS code.
@media(max-width:978.98px){
.x-btn-navbar .x-framework-icon {
display: block;
}
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.
Hope it helps.
Thanks
Thanks Prakash, this is what I needed.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.