> For the complete documentation index, see [llms.txt](https://docs-jumbo-react.g-axon.work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-jumbo-react.g-axon.work/settings/customizing-layout-1/vertical-layout.md).

# Vertical Layout

To set the vertical Layout, you need to go to:

`src/reducers/Settings.js`

In this file, you can look for "navigationStyle" property and set the value to "VERTICAL\_NAVIGATION".

After selecting the Vertical Layout, if you want to set the drawer type of your choice, then you need to go to:

`src/reducers/Settings.js`

In this file, you can look for "drawerType" property and set the value as per your choice.

The options for drawerType property are:-

* FIXED\_DRAWER - for Fixed Drawer
* COLLAPSED\_DRAWER -  for Collapsed Drawer
* MINI\_DRAWER -  for Mini Drawer
