I created two custom menus as instructed. One called "First" and the Other called Second. The Second menu works great. The menu named First is not appearing in the header at all.
The site is http://efficientlifechurch.org
I created two custom menus as instructed. One called "First" and the Other called Second. The Second menu works great. The menu named First is not appearing in the header at all.
The site is http://efficientlifechurch.org
Hey,
add following code to style.css (at the very bottom):
.nav_wrapper {
padding-top: 155px;
}
Your logo overlaps the menu.
That did the trick. Many thanks!
What code do I insert if I want to move it to the right?
Add following code to style.css (at the very bottom) and adjust the px value:
.nav_wrapper {
padding-left: 155px;
}You must log in to post.