cancel
Showing results for 
Search instead for 
Did you mean: 

All subcateries in left menu, not top menu

All subcateries in left menu, not top menu

Hi,

I have some question about navigation.

I have many submenus, wich i want to show in left navigation menu, but NOT in top menu because then it is waaaayyyy too big to look at any device.

 

There is no option in magentos admin to made this happen, so how i can change the left nav code in this way?

 

I have "Magentothem - vertical menu" in use, but i think the menu structure is kind a basic file in all modules?

 

Using magento 1.9.3.2

1 REPLY 1

Re: All subcateries in left menu, not top menu

If you don't need a general solution, a quick CSS solution which will work only for that specific menu is:

   .header-nav-container-home ul.nav-menu li.nav-5-1 ul li.parent:hover ul {       left: -100%;
   }

Add this line at the end of menu.css.