Is there a way to make the single column Navigation Set to start a new column after X number of links?
Code:
<ul class="navigation-set single-navigation-column"> <mvt:foreach iterator="navigationitem" array="readytheme:navigationitems"> <li>&mvt:navigationitem:link;</li> </mvt:foreach> </ul>
Comment