Hi, relative to this snippet:
http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
it works but I can not change position with:
#header .widget {
left: 50%;
padding-top: 0;
position: absolute;
top: 0;
transform: translate(-50%);
}
It seems to have no the CSS class.see image
thanks
Hi Czar!
Have you removed widget area from header? I cannot see it in your source code. Please add it once again and let us know so we can see the issue to provide you an accurate solution
Regards,
Yigit
Hi Yigit, not yet in place. if you look at image I marked with arrow where appears the word ‘Roma‘
Hey!
As i mentioned, we are going to need to see the issue to provide you a proper solution. Can you please add it once again and post a temporary admin login here privately?
Regards,
Yigit
Hi!
Thanks for the details, I can’t see the header widget though? Could you add it again so that we can give you some custom CSS please?
Regards,
Rikard
As i mentioned, if you look at image I marked with arrow where appears the word ‘Roma‘ (on the left is where logo)
thanks
Hi!
It is possible to fix it with custom CSS but as we said earlier, we are going to need to see the issue live on your website. Can you please add the widget area to header and let us know?
Cheers!
Yigit
Hi Yigit, widget is always there. go to this link
http://www.sfogliacitta.it/area/italia/lazio/roma/
where is logo, find word Roma. that’s widget
thanks
Hey!
Please add following code to Quick CSS instead and adjust as needed
.header-widget {
left: 50%;
padding-top: 0;
position: absolute;
top: 0;
transform: translate(-50%);
}
Regards,
Yigit
Perfect, thanks Yigit