How to create a sticky mobile bottom menu with Dawn 2.0?

I don’t know how to add a menu at the bottom which is sticky only on mobile to be used as a navigator of sort.

Hi,

Hope this will help

Edit Code > header.liquid > Find the below code something like

{% if section.settings.show_navigation %}
  {% include 'site-nav' %}
{% endif %}

Add the following code after the above block:

{% if template contains 'index' %}
  {% include 'sticky-mobile-menu' %}
{% endif %}

Create the sticky-mobile-menu.liquid file and within it add following code


  

Customize the content within the

Save > preview and publish

if you still need help you can contact us