I would like to add a few images into the header, and have them aligned to the right and linked to another page. How can I achieve what is illustrated in this header mockup? Thanks!
Mockup of buttons to the right of header: http://i.imgur.com/wuijvt3.jpg
Hey!
Try the following:
http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Cheers!
Josue
I was able to get what I need into the header area, but for some reason the button is not clickable. It appears to be behind another container maybe? The website is http://poshbabyusa.com/
The yellow button should be a clickable link, but its behind the header. See this screenshot: http://i.imgur.com/3MEQiP5.jpg
Please advise. Thanks!
Hey!
Please add following code to Quick CSS as well
#header .widget {
z-index: 20;
}
Regards,
Yigit
Thanks