-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ability to left-justify the menu #35
Comments
I don't think you could do this just by adding CSS, it would be a structural change to the layout of the page. Bulrush uses the navbar component for both the header (where the title is) and the menu: bulrush/bulrush/templates/base.html Lines 23 to 58 in 32a08fb
This would be a possible but quite substantial change to make conditionally with a configuration option. I'd be open to discussing a proposed implementation but at a certain point you might be better making a fork of Bulrush you can adapt to your specific needs (#36 suggests you have other changes in mind!) |
Hello, I would like it if the menu was able to be left-justified and inline with the website's title in the top-left.
Something like this (please ignore the bizarre name):
Do I have to use custom CSS for this?
Would this be appropriate as a config option? If so, I'd be willing to try and contribute it.
The text was updated successfully, but these errors were encountered: