Narrative Side Menu Change to tabs across the header

Narrative theme is a great theme but the only thing that is really bad is the desktop and phone optimisation with how people can navigate around your website.

I want to have the Side Menu Changed to tabs across the header. Can someone please help on this?

I can provide user access if required, and want it automated via code so that if i add or remove any more pages in the header menu, they’re added or removed.

Thanks

1 Like

@UnfoundGroup

can you please share store url please

1 Like

https://unfound-home.myshopify.com/ (it’s now an adult store, 18+)

1 Like

@UnfoundGroup

great thanks for URL

do you need horizontal menu style right? if yes so i can be done customization code

Horizontal style menu is what is require yea on this theme. I don’t know
why Shopify have not yet provided this open on the theme

I usually code websites as well, but I do not have the time for it on this
project.

I assume your looking for a paid service? or is the code simple to do and
willing to just help?

1 Like

@UnfoundGroup

thanks if you are able to code so can you try it simple menu apply css as per your theme if more customization share us dm


  {% for link in linklists.main-menu.links %}
  {% if linklists[link.handle] == empty %}
  - {{ link.title }}
  

  {% else %}
  
  - {{ link.title }}
    

 
        {% for l in linklists[link.handle].links %}
      
 
        - {{ l.title }}

 
 
        {% if  linklists[l.handle] != empty %}
      
             {% for child_l in linklists[l.handle].links %}
              
               - {{ child_l.title }}
              {% endfor %}    
      
 
        {% endif %}
 
        {% endfor %}
    
  
  {% endif %}
  {% endfor %}

Thanks :slightly_smiling_face: Amazing.

I will try this tomorrow when I am back at the office on my laptop and I will keep you up to date with how it goes.

Keep in touch

1 Like

@UnfoundGroup

wow that would be great and thanks for update

I did not use the code I ended up changing the theme instead but thank you very much for your kind help