Move Menu to top of Page
-
Hi,
Would anyone be able to tell me how to move the menu to the top of my Bridger-themed website http://www.jademcgregorfastpitch.com? I have custom CSS and I have tried using the floowing code, but it doesn’t seem to be doing anything:
/* Move nav bar to top of page */
#nav {
width: 100%;
position: absolute;
top: 0;
}The blog I need help with is: (visible only to logged in users)
-
Hi there, due to the way they have done the footer area, I can’t come up with a way to move the navigation without moving the entire footer since the footer has a position: fixed setting in the original CSS. If you override that with position: static, initial or inherit, the entire thing moves to the top of the page.
My only suggestion would be to use a Custom Menu Widget in the top of the sidebar instead of, or in addition to, the footer menu.
- The topic ‘Move Menu to top of Page’ is closed to new replies.