Hi,
i followed this : http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
But this add my widget on top of the logo menu (on the very top of my pages, see screen shoot in private).
So it push down the logo menu line and i don’t want it.
My widget is Google tranlate, adding flags.
I just need to add at the right of the menu
thanks for help!
Hey jb84,
Can you give us a link to your site?
Best regards,
Nikko
Sure
But i undo it because it was hugly
Hi,
Thanks for the update. We need to inspect the element in order to give you accurate CSS. You can try something like this in Quick CSS for some temporary styling though:
#header .widget {
position: absolute;
right: 10px;
}
Best regards,
Rikard
Thanks
I did it, now menu language is at a good place.
But unfortunatly this end of the menu is under, we can not see the last menu entry “CONTACT
Please see screen shoot.
Isn’t possible on menu page to simply add a widget?