Navigation in Material for MkDocs #5561
Sahith-8055
started this conversation in
General
Replies: 2 comments 3 replies
-
Yes, you can use additional CSS. I'm not sure what you mean by "more space", but if you want to make it wider, use: .md-sidebar--primary {
width: 300px;
} You might also want to adjust the overall width then: .md-grid {
max-width: 1400px;
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the answer @squidfunk. It partially solves my question. But, my question still remains as to how to increase the length of the navigation bar. Below is the supposed picture of my question - Is there anyway of doing this using the extra_css that you had suggested? If so, can you suggest the css for the same? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for providing this software and maintaining it with constant improvements.
I have a question for you all. Is there any way to increase the size of the navigation bar to encompass more space (as we see in Docusarus). I might have missed details about the same. If possible, could you point me to the exact location in the documentation (if available)?
Sorry for the mistakes, if any as this is my first question.
Beta Was this translation helpful? Give feedback.
All reactions