hi so im 15/16 on tasks the one which isnt passing is User Story #13: The navbar should always be at the top of the viewport.
as far as im aware ive done that but it isnt passing.
on a sidetopic my grid seems to center differnt parts of the grid differntly why is this and any commands i could play with to try make it all more centered many thanks
hi! thanks for the responce yea i did notice the message however i dont want to fix the rest of my header elements to follow the page also it does say it just needs the header or one of its children in this case the id i have for my nav bar which is a child of the header id. also i just added that code to header and it still says 15/16
@saclark12000, at this point in the lessons for Responsive Web Design, campers have not been introduced to Bootstrap.
If the lessons are taken in order, Bootstrap will be introduced in ‘Front End Libraries Cert’ which comes after JavaScript.
hi thanks but i copied that in over the same part and im still getting 15/16 and im really confused cause i dont get why my own code doesnt pass as correct should i just make the page look tottaly horrible and fix all the header to the top of the page?
In the tests, it says the navbar or one of it children should be at the top. After checking, I see that you have an image in the navbar but the image itself is not fixed to the navbar. Make it so that when you scroll it remains in the navbar. That could be the issue as that is the only child that is not at the top. Try that.
hey thanks yea i did it by deleting the image src and header text and putting them above with seprate tag/ids and then changing my css which fixed the nav bar to fix the whole of the id header and now it passes. lil silly but w/e done now!