How to increase the width of the sidebar? #305
Replies: 3 comments 3 replies
-
You can customize it via custom CSS https://imfing.github.io/hextra/docs/advanced/customization/#custom-css |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you, but I am not sure which property to set. Could you please point me to which property needs to be set? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you. For anybody who is interested, create a custom.css file and add the following. In this case, I increased the width from 16rem to 24rem. @media (min-width: 768px) { .md:w-64 { |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to increase the width of the sidebar, mainly because our navigation includes a bunch of sub folders. How can I set the width of the sidebar? I'd like it to be about 50% wider than it is at the moment.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions