Hi, I was wondering if Shopify native navigation works? I have Udesly before and here you could set this up so the user can make their navigation in Shopify.
We don't really have that documented as of right now, but you can look at the Liquify 1.0 Template to see how it works. It's esentially just some liquid with if tags and for loops on some divs. :)
Hey Kevin, you can change the li-for attribute to a li-for:inside attribute. If you don't use the :inside modifier, the for loop will be put around the div and not inside the div :)