Hi guys,
I’m looking for a solution to have two menus in my header section, just as shown in the example here.
I read this post put I can’t seem to figure out how to position the menus and searchbar.
Any tips?
Thanks in advance.
Steven
Hi Steven,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard,
Sure!
Hi,
activate secondary menu in: Enfold->Header->Extra elements->Header Secondary Menu
Best regards,
Andy
Hi Andy,
Thanks for your reply. I figured that one out ;) My issue is the exact placement of the menus and the searchbar.
When I activate the secondary menu, it is placed on the right hand side (and it has to be left) and produces a gap between the top of the page and the logo (please see: https://snag.gy/3K8mBr.jpg). The other thing is how to place the searchbar right from the secondary menu.
Cheers,
Steven
Hi,
use this code:
.sub_menu {
float: left;
}
For you search button add this code:
#menu-item-search [data-av_icon]:before {
visibility: hidden;
}
[data-av_icon]:after {
attr(data-av_icon)
content: attr(data-av_icon);
}
#menu-item-search [data-av_icon]:after {
font-family: 'entypo-fontello';
margin-left: 10px;
}
Best regards,
Andy
Thanks! Sorry for the late reply…