-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The content of "navbar-center" appears directly after the logo #1235
Comments
I encounter the exact same problem. The generated html code changed from 012.0:
to 0.13.0:
In 0.13.0 |
I've noticed the same. |
What seems to be needed is the following: Instead of adding When I edit my html-file by hand the result is as expected for You can achieve this automatically using
|
For me, all versions of |
My options are
html_theme_options = { "collapse_navigation": True, "navigation_depth": 4, "show_prev_next": False, "navbar_start": ["navbar-logo"], "navbar_center": ["navbar-nav"], "navbar_end": [], "enable_search_shortcuts" : True, "search_bar_text": "Search the docs... ", "navbar_align": "content", "pygment_light_style": "lovelace", }
With 0.13.0 this gives me
The exact same config for 0.12.0 gives me
The text was updated successfully, but these errors were encountered: