• Blog
  • Documentation
  • Courses
  • Changelog
  • AI Starters
  • UI Kit
  • FAQ
  • Supamode
    New
  • Pricing

Launch your next SaaS in record time with Makerkit, a React SaaS Boilerplate for Next.js and Supabase.

Makerkit is a product of Makerkit Pte Ltd (registered in the Republic of Singapore)Company Registration No: 202407149CFor support or inquiries, please contact us

About
  • FAQ
  • Contact
  • Verify your Discord
  • Consultation
  • Open Source
  • Become an Affiliate
Product
  • Documentation
  • Blog
  • Changelog
  • UI Blocks
  • Figma UI Kit
  • AI SaaS Starters
License
  • Activate License
  • Upgrade License
  • Invite Member
Legal
  • Terms of License
    • Updating the theme
    • Updating the Logo
    • Adding Shadcn UI components
    • Updating Fonts
    • Layout Style

Update the default layout style of your SaaS | Remix Supabase SaaS Starter Kit

Learn how to update the default layout style of your Makerkit application

By default, Makerkit uses the sidebar layout style for both the user and the team workspaces.

You can change the layout style by setting the VITE_USER_NAVIGATION_STYLE and VITE_TEAM_NAVIGATION_STYLE environment variables. The default style is sidebar.

To set the layout style to header, update the environment variables:

bash
VITE_TEAM_NAVIGATION_STYLE=header
VITE_USER_NAVIGATION_STYLE=header

The default layout style is sidebar:

And here is header layout: