I’ve a header fixed with social icon and additional menu. How can I move search button at the top on the right of the secondary menu instead of the primary menu?
Regards
Hey alkross!
You can add this on your custom.css or Quick CSS:
#header_main {
position: relative;
z-index: 9999;
}
#top #menu-item-search {
top: -65px;
}
.sub_menu {
right: 40px;
}
Cheers!
Ismael
Thank you
Great theme and amazing support