top header menu

Posted in: Newspaper
Post count: 10

hello,
how can i put the top header menu under the logo?
Inour case the red menu should be under the logo and directlxy over the mega menu
http://magazin.ehorses.de/

We want our wordpress blog to look very similar to our normal website.
http://www.ehorses.de
Do you have tipps for us?

Post count: 20685

Hi,

The simpler way of doing this is to disable your top bar – http://screencast.com/t/ggyNKsKl and add the menu you want to the main header menu – http://screencast.com/t/9D2jzEdy
Additionally you can choose from 12 different header styles the one you want – https://forum.tagdiv.com/header-styles/

Thanks

Post count: 10

Hi Simion,

thank for your answer.

But I think we need two menus on top of the pages like this site does it: http://www.deine-tierwelt.de/
We need our normal menu from our main page and a second one directly under the menu for the blog.
Perhaps you have an idea how to solve it.

Post count: 20685

Hi,

You could achieve something like that withoud modifying the theme files using css code, enter it in Theme panel-Custom Css, this will move the top menu under the logo and above the main menu

.td-header-style-7 .td-header-top-menu-full {
top: 150px;
}
.td-header-style-7 .td-logo img {
margin-top: 0;
}
@media (max-width: 1018px) {
.td-header-style-7 .sf-menu {
margin-top: 100px;
}
}

This is the result – http://screencast.com/t/xpYfGwwdBnI
Please tell me if this is ok for you or I completely misunderstood

Thanks

Post count: 10

wow thank you very much, it works really good.

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.