Problem with background image and navigation bar

background image is not properly displayed there is a space in left side of window
i’ve used z index but still navigation bar is not visible when i scroll down

Hi @anjaliv.ic.19,

Please upload your whole project to google drive and share the public link of the project with us or you can upload your project to https://www.hostatic.com/. It will help us in debugging your issue.

Do let me know in case you need any other information.

CoffeeShop.zip - Google Drive

this is website link

Hi @anjaliv.ic.19,

I have requested file access. Please check your email and share the folder access with me.

Hi @anjaliv.ic.19,

Remove the default margin on the body and it is good to go. Add the below css property on the body tag.

<body style="margin:0px">

Also check this thread What is setting an 8px margin on my page? - #4 by Erik_J - HTML & CSS - SitePoint Forums | Web Development & Design Community

Do let me know in case you need any other information.

Thank you. Your answer solved my problem

1 Like