I am looking for a way to add a widget area (just adding in google translate) into the top header area next to the social media icons on my site. I would like to add this to my child theme (functions file) as well.
Please let me know. Thanks!
Hi sublime5o!
Thank you for using Enfold.
You can follow the instructions here: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Regards,
Ismael
I actually followed those directions and it put it in the middle of the main navigation and not in the upper top area by the social media icons. I have this in place like the instructions say just so you can see. Please advise.
Hi!
Please change custom CSS code to following one
#header .widget {
right: -5%;
padding-top: 0;
position: absolute;
top: -115px;
transform: translate(-50%);
}
and adjust the values to position it perfectly.
Best regards,
Yigit
Thanks! Works perfect. One last question. I am trying to have this now on top of the top bar but it is under it. I added z-index: 999 and it is still not sitting on top. Any suggestions?
Thanks again.
Hi!
Please add following code to Quick CSS as well
#header_meta {
z-index: 3;
}
Regards,
Yigit
Perfect Thank you so much!