Hey there,
I am a typical novice who has no idea about CSS,
Would be grateful if anyone could let me know how you move the navigation menu so it appears below the header.
Much appreciated!
The blog I need help with is hungryescapades.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
Hey there,
I am a typical novice who has no idea about CSS,
Would be grateful if anyone could let me know how you move the navigation menu so it appears below the header.
Much appreciated!
The blog I need help with is hungryescapades.com.
Since you have no content on your main page, it is a little difficult for me to help with this. Given that, this is my best guess, but it will not show correctly on your site till you get some content on the main page.
.main-navigation {
position: absolute;
top: 125px;
}
Brilliant. It worked. You are a star!
You are welcome.
This topic has been closed to new replies.