Moving Navigation / Menu Bar to below Header
-
I need help with CSS to move my nav bar to below the header.
Anyone know the correct coding?
Help, please…and thank you!The blog I need help with is: (visible only to logged in users)
-
-
Didn’t hear back from anyone, but kept working on my own.
In case someone else needs help, this is the CSS coding that worked for me:nav {
top: 460px;
padding: 0;
position: absolute;
width: 100%;
} -
- The topic ‘Moving Navigation / Menu Bar to below Header’ is closed to new replies.