Magento Columnised Navigation v1.1.1
As a follow-up to our Magento column navigation extension post from last week, we’ve just pushed the latest version to GitHub.
(more…)
As a follow-up to our Magento column navigation extension post from last week, we’ve just pushed the latest version to GitHub.
(more…)
Recently we had need to create a mega menu style navigation element on a client site. The child categories from the primary navigation menu needed to be output in columns, rather than one long list. Now, Magento by default simply outputs a single <ul> in the parent element’s <li>, meaning a pure CSS solution would have ordered children to read left to right, rather than top to bottom.