Hello,
I have succesfully added a widget area to my header but it adds it after my navigation but I would like it to sit to the right of my logo (replacing header social icons), at the minute I have my header setup as logo left, menu below.
How can I go about this?
Thanks
Claire
Hello,
Can anyone help with my question above?
Any help would be greatly appreciated.
Thanks
Hey!
Seems like you have removed widget area from header and using phone field instead. Please remove your code and change it to following one
.phone-info {
position: relative;
top: 45px;
left: 40%;
}
.header-scrolled .phone-info { top: 29px; }
Best regards,
Yigit
Hello,
Thanks for getting back to me, yeah I thought I would try the phone field instead. I added the css you suggested but now when I scroll I lose the top of my logo, how can I fix this?
Thanks again
Claire
Hi!
Not sure if i understood the issue clearly. Can you please post a screenshot and show the issue? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Cheers!
Yigit
Hello,
Sorry nevermind, it seems to be working correctly now, thanks for your help.
Claire
Hey!
What is this code for?
#header_main {
border: medium none !important;
top: -35px;
}
Try to add the quoteline by using this filter: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Cheers!
Ismael
Hello,
I tried adding this code but I want the widget to sit to the right of the logo, it seems to be stuck within the navigation bar, is there a way I can fix this?