Tech page - need help with test

I’m trying to figure out how to pass the test on this project. I’m getting 14/15. Can anyone help? This is my page and what I am not passing.

  1. 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.

Hey @medic_83!

When you run the test for this project make sure the browser window is at full width. If you resize the browser window and make it smaller the test won’t pass. Remember that the test was setup for when the navbar is on the left not the top (mobile sizes)

Hope that helps!

Literally 20 seconds before I saw your comment, I opened the page and ran the test and passed. lol. Thank you.

1 Like