Page navigation questions

3 replies · opened May 28, 2021

Hhigh8skyMay 28, 2021

  
    
- [menu1](#)
      
        
- [sub-1](#)
        
- [sub-2](#)
      
    
  

I want to create a submenu in a submenu from a basic page menu.


  
    
- [menu1](#)
      
        
- [sub-1](#)
          
            
- sub sub-1
            
- sub sub-2
          
        
        
- [sub-2](#)
      
    
  

If you do it in the same way as above, the layout will be broken. Which class should I give?

Hhigh8skyMay 30, 2021

It's not a 2-depth menu, but I want to make a 3-depth menu.

SSemicolon WebSTAFFMay 30, 2021

This is not supported out of the box but you can consider using the following CSS code:
[ch_pre type="css"]@media (min-width: 992px) {
.page-menu-sub-menu .page-menu-sub-menu {
list-style: none;
top: 0;
left: 100% !important;
}

.page-menu-sub-menu .icon-angle-down {
	transform: rotate(-90deg) !important;
}

}[/ch_pre]

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard