Is it possible to change the width of the sidebar?
Really good would to be able to change the width to something wider if xl is active.
Hi,
Sure, you can change it easily. Which template, demo, and framework(HTML, react, vue, angular, etc.) are you referring to?
Regards,
Sean
HI,
Bootstrap Demo 1 HTML or Tailwind Demo 1 HTML ?
1. Bootstrap Version:
1.1 For Bootstrap Demo 1 HTML please follow https://preview.keenthemes.com/html/metronic/docs/getting-started/setup to compile the CSS after modifying SaaS
1.2 Go to src/sass/layout/_variables.custom.scss
and change $app-sidebar-base-width
value.
2. Tailwind Version
2.1 For Tailwind Demo 1 HTML please follow https://keenthemes.com/metronic/tailwind/docs/getting-started/installation to compile the CSS file after modifying the HTML code.
2.2 Go to tailwind.config.js
and change desktop: '280px'
value.
Regards,
Sean