Settings

Mode

Direction

Contrast

Layout

Stretch

Presets

Dashboard Layout

Learn How to Change or Customize Dashboard Layout

Softify has 3 different layout options. You can choose between a vertical layout, a horizontal layout. If you want to use a different layout, you can do so by changing the layout option in the configuration file. Change your desired layout at top of the src/assets/js/main.js file.

            
  const $themeConfig = {    
    menu: 'vertical', // vertical, collapsible-vertical, horizontal    
  }
            
          

Keep a Single Layout

If you want to keep a single layout, you can do so by changing the navigation file. open src/partials/navigation.html file and you will see three different layout options. remove the other two layout options and keep only one layout option As shown this in this image.

Also you to remove this part from which layout you are not using.

            
   $store.app.menu == 'vertical'?'block':'hidden', $store.app.menu == 'horizontal'?'max-xl:block':'']"