I am having trouble passing one test on this Tech Document.
“On regular sized devices (laptops, desktops), the element with id=“navbar” should be shown on the left half of the screen. It should always be visible to the user and should remain stationary. You may need to enlarge the viewport or zoom out to ensure the navbar doesn’t scroll with the page content.”
This is the error I keep receiving even though I am pretty sure my navbar is fixed to its position.
If anyone knows of a solution, please let me know!
hello campers. i am having thesame problem please.
. On regular sized devices (laptops, desktops), the element with id=“navbar” should be shown on the left half of the screen. It should always be visible to the user and should remain stationary. You may need to enlarge the viewport or zoom out to ensure the navbar doesn’t scroll with the page content.
Hello campers am having issues finishing my technical documentation on
On regular sized devices (laptops, desktops), the element with id=“navbar” should be shown on the left side of the screen and should always be visible to the user.
Hey campers. I’m having the same issue as everybody else. It keeps saying:
On regular sized devices (laptops, desktops), the element with id=“navbar” should be shown on the left half of the screen. It should always be visible to the user and should remain stationary. You may need to enlarge the viewport or zoom out to ensure the navbar doesn’t scroll with the page content.
Solution:
Comment out your media query, enlarge your browser and test again. It will pass the test. Uncomment the media query and it will pass the media query.
Hope this helps!
Happy Coding!
This topic is now 7 months old, and has already been solved. We appreciate your desire to help the community, but recommend that you find active topics which haven’t been solved.