I am struggling to fix my navigation bar and I honestly don’t know what to do at this point. |Someone please just help me.my product landing page
Hello!
Just remove the display: inline from your nav:
nav{
display: inline;
position: fixed;
top: 0;
width: 100%;
background-color: #eee;
height: 60px;
text-align: left;
}
Thank you soooo much for that. 
1 Like