Hi everyone, I’m struggling with mobile menu…
I create my own blog template and I’m trying to make responsive my menu.
I’m using an html template and trying to follow this instructions:
This is my actual code:
<div id=“header-navigation”>
<div class=“mobile-trigger”>
</div>
<div class=“custom-menu-primary”>
{% menu “my_menu” id=40652450095, overrideable=False, root_type=‘site_root’, flyouts=‘true’, max_levels=‘3’, flow=‘horizontal’, label=‘Menu Indoostry’ %}
</div>
</div>
But when I see a page on mobile, nothing appear.
This is an example page:
http://indoostry-8421739.hs-sites.com/blog/software-in-cloud-e-on-promise-qual-è-la-scelta-giusta-0
What am I missing?
Thanks,
Camilla