Thanks for the link! I’ve got the menu displaying at the top of the site now but i’m not quite sure how to update the css so the nav is running horizontal, etc.
I have this code which i used for another horizontal nav but can’t quite figure out how to make it work for this one. Any more advice? Thank you!
#menu ul {margin: 2; padding: 0;
list-style-type: none; list-style-image: none; }
#menu li {display: inline; }
#menu ul li a {text-decoration:none; margin: 4px;
padding: 5px 20px 5px 20px; color: blue;
}
#menu ul li a:hover {color: purple;
}