Hi,
I have the Enfold child theme set for logo center menu below and would like to put text links beside the logo to the right. We are not using the fontello social media there. Is there a way to add a div area to that region instead?
Hey Gallop_Web!
You can refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add a widget area to your header
Regards,
Yigit
Thanks that worked great! Only problem is it pushes the nav bar down a lot. Any suggestions for correcting it?
See below. Thanks.
Hi!
You have “_” in front of your custom CSS code that you copied from the link i posted. Please change it to following one
#header .widget {
left: 50%;
padding-top: 0;
position: absolute;
top: 0;
transform: translate(-50%);
float: right;
color: #000000;
}
Regards,
Yigit
Sorry. I did that because I was trying to correct. See now. That does look better, but still not quite right. Suggestions?
Got it! Thanks for your help. We love this theme and your support is outstanding. Thanks so much for everything.