Skip to content
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

Primary nav hamburger icon and page title alignment incorrect, nav does not collapse #866

Closed
stevepiercy opened this issue Nov 10, 2024 · 1 comment

Comments

@stevepiercy
Copy link
Contributor

The primary navigation hamburger icon and page title are stacked instead of aligned left to right.

Screenshot 2024-11-10 at 3 03 12 AM

That can be fixed with this style:

.header-article-items__start {
  align-items: start;
  display: flex;
}

Screenshot 2024-11-10 at 3 03 43 AM

However the sidebar does not collapse, but instead it jumps out when clicked.

Screenshot 2024-11-10 at 3 08 51 AM

This issue does not occur in Plone Sphinx Theme's demo or any other project that uses it, only in Training. We probably have some old CSS or JS that needs to be removed or updated. I'd prefer to remove customizations and have one fewer thing to maintain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant