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

Enhancements #5

Closed
fosterc1 opened this issue Sep 25, 2020 · 1 comment
Closed

Enhancements #5

fosterc1 opened this issue Sep 25, 2020 · 1 comment

Comments

@fosterc1
Copy link

Hello

Are there any plans to include the following options in this plugin:

  • Ability to centre align logo
  • Enable logo on menu only

Thanks

@kirsty-hames
Copy link
Contributor

Hey @fosterc1, currently it is difficult to centre align due to nav items being floated. The following FW PR does include an API for the layout of nav items however which would accommodate this adaptlearning/adapt_framework#2864

To enable a logo to display for menu or page view only, I would use the html location- classes to handle this in my theme css.

.location-page .navigation-logo {
  display: none;
}

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

No branches or pull requests

3 participants