Branch Menu Layout



















Features:
  • Dual Menu: Branch Menu & Side Menu
  • Side Menu Style: Layout - 9 & 99 without logo
  • Customizable Side Menu Width
  • Customizable Side Menu Open/Close Toggle Button Icon Image
  • Side Menu Text Transform Option
  • Customizable Branch Toggle Icon Color & BG Color 
  • Customizable Branch Line Color & Menu Border Color
Layout Preview:

You can customize side menu open/close toggle button icon using image URL.

Example Icons:

Branch Menu consists first five features of an app, you can hide first five features from side menu using CSS nth-child formula as listed below.

.layout.b1 #sidebar ul li:nth-child(-n+5) { display: none; }