Hi,
I have managed to add widget area in header as described here: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
How can I display this widget area in line after last menu item?
Hey notsocool!
Thanks for getting in touch with us!
Try the following custom CSS:
.avia-menu.av-main-nav-wrap {
margin-right: 5%;
}
#header .widget {
top: 30% !important;
}
Regards,
Jordan
Thanks, in Firefox it looks good, but not in Chrome.
In Chrome last two elements of menu are in the next line.
Hi!
Replace the first section of the code with the margin value for menu with the following:
nav.main_menu {
margin-right: 5.5%;
}
Let me know if that helps.
Cheers!
Jordan
Great, now it looks good, thanks.