-
Notifications
You must be signed in to change notification settings - Fork 89
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
Menu covers part of page content. #15
Comments
Hi, I think that you can fix, adding media queries in css file. |
Sure. I've already fixed it. Just letting you know for a future update ;) |
ok, I will fix, thank you! |
Hi! next version - very soon - will be fixed. You have a Chromebook too? |
I use Chrome, Firefox, and Edge and my width is around 1900px. Everithing look fine over when we are over 1200px. If I take http://www.masterbootstrap.com/documentation I get this : For my logo : instead of 100% height and 80% width I also set the logo height to 80% otherwise my logo will shrink.
My solution will work for our configuration, but if someone is using a larger logo he will get some trouble with the breadcrumbs, because the menu will break the line much quicker... |
Absent an image loaded near the page head, the menu covers content like the breadcrumbs, top blocks, and/or page content itself, when viewed on smaller screens.
For example, a page like:
http://www.masterbootstrap.com/documentation
When on a Chromebook (1024 x 576), at 90%-150%, variable amounts of content are hidden under the menu when scrolled at top of page. That hidden content is never visible.
UPDATE: I've tested this on other computers, and in other browsers. It happens on all of them. Issue can be experienced by zooming in in any browser on devices where screen resolution large.
The padding-top for a middle sized screen is missing in css.
The text was updated successfully, but these errors were encountered: