Would like to move the navigation bar under the header as well as have the header at the very top of the page. Any assistance would be appreciated.
The blog I need help with is casalovefunk.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Would like to move the navigation bar under the header as well as have the header at the very top of the page. Any assistance would be appreciated.
The blog I need help with is casalovefunk.com.
Give this a try and see what you think.
#wrap {
position: relative;
}
.menu {
position: absolute;
top: 310px;
width: 960px;
}
#menu-house-tour {
display: none;
}
#header {
margin-bottom: 60px !important;
}
Fabulous! Thank you.
You are welcome.
I do not write or understand code. How do I move the menu on my site like he wanted on his?
This topic has been closed to new replies.