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

User menu outside of window #3

Closed
tanthammar opened this issue Oct 8, 2019 · 6 comments
Closed

User menu outside of window #3

tanthammar opened this issue Oct 8, 2019 · 6 comments

Comments

@tanthammar
Copy link

fresh installation of Nova 2
After installing this theme, the user menu, top right is outside of view.
When I make the window smaller, so the responsiveness kicks in, the menu is visible again.

@stephenlake
Copy link
Member

Version, browser, screenshot or PR? At least one or more would be highly appreciated.

@tanthammar
Copy link
Author

Apologies.
Chrome 75.0.3770.142 (mac)
Nova 2.4.0
recording of my screen
https://www.dropbox.com/s/iutzmo3ro7ktwbo/Sk%C3%A4rminspelning%202019-10-12%20kl.%2010.22.39.mov?dl=0

@tanthammar
Copy link
Author

tanthammar commented Oct 12, 2019

This solves it.
fixed-header.css
row 18

@media (max-width: 992px) {
  #nova .content {
    padding-top: 60px;
  }
  .h-header {
    padding-right: 2.2rem !important;
  }
}

@media (min-width: 992px) {
  .h-header {
    padding-right: 13rem !important;
  }
}

tanthammar added a commit to tanthammar/nova-fixed-bars that referenced this issue Oct 12, 2019
Fix for user menu out of view on media min-width 992px
Issue cloudcake#3 on Nova Snowball repo, 
cloudcake/nova-snowball#3
@tanthammar
Copy link
Author

Created a PR on the other repo
tanthammar/nova-fixed-bars#1

@XternalSoft
Copy link

@tanthammar , your PR make regression => Logo in header will disappear...

@stephenlake
Copy link
Member

stephenlake commented Oct 26, 2019

@beatwiz has submitted a PR fix for this. Need to do some testing before merging in. Merged and released as v1.1.2.

cloudcake/nova-fixed-bars#6

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

No branches or pull requests

3 participants