I completed the Product Landing Page project and I was super proud of it. I spent probably a full day getting everything just how I wanted it. Then, I closed the program. Later, I opened it back up to show to my husband, but none of my clickable items work anymore. None of the buttons, drop-downs, spinners, text boxes, etc. work at all. I even copied and pasted my code into VS Code to see if it was maybe a bug with freeCodeCamp, but it doesn’t work when I run it there either. My code hasn’t changed between when it worked and when it stopped working. What can I do to fix it? I spent hours getting all that stuff just right and I’m kind of bummed about it.
Honestly I don t know what you mean the side looks pretty good to me and everything works there unless you wanted to include any javascript or something
Just from doing a quick inspect, it looks like your nav bar might be an overlay that covers the full height of the screen. If it’s sitting “on top of” other elements, the elements with the lower z-index won’t be clickable.