The navigation bar is stuck to the top and is hidden from view

How do I get the navigation bar back to it’s original place, under the header instead of behind it at the very top. I have tried everything but no matter the changes I do the code it remains the same, I used to work fine, but now it does not and I need help. My website is dayrart.epizy.com.
This is how the nav is coded on the css

nav
{
width: 100%;
height: 70px;
text-align: center;
padding-top: 10px;
position: scroll;
}

Hello there,

Is this what you want your navbar should look like?

no it was just under the header, all five icons.

What it seems to me is that your browser simply caches the page (some bad variant that doesn’t reflect the real state) that’s why you don’t see any changes

Clear browser cache with CTRL + F5 or use private/incognito mode

On your last screenshot (from a local PC)
is that’s how it should look online?
if yes - then everything is fine (except your cache)
if not - please explain to us in much more detail

P.S. :+1: for notepad++

5 Likes

It worked!!! Thank you so much for your help!

3 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.