On my website webstrats.com/seec (in development, using Enfold), we would like to add a couple of text links (sort of a mini menu) in the header, toward the right. Can you give some ideas on how to do this?
They would look like this:
Employee Login | Board Login
Thanks!
Hi webstrats,
Please try to add a widget to the header: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. We can help you out with styling once it’s added.
Thanks,
Rikard
Great – thanks. Now i need to move these so they are to the right of our under the header social media icons. (and of course I will need to make them links)
Thanks
Hi!
Add this to your custom CSS.
#header_main .widget {
position: absolute;
right: 9%;
top: 70px;
}
Kind of like that? Try the “ava_main_header” hook if you want it to be flush to the right with the social icons.
Cheers!
Elliott