Hi there,
simple question, but how do i add an image or text to the right hand side of the header when i have chosen “Logo Left, Menu Below”
Need to fill that big hole :-)
I dont want o hard code it if possible..
maybe just some CSS?
can you please provide how?
cheers
Hi Jesus!
Could you try to add a widget to the header? It involves a bit of code to paste but I think you can manage: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Regards,
Rikard
Thank you Lord Rikard,
you are now blessed !!
Not sure what happened, its appearing below menu..
need help
any joy?
definately no love here..
Hey!
I can’t see a header widget on your page? We can help you out with positioning of it if you can add it again?
Please not that replying to your own thread will send it to the back of our support queue.
Regards,
Rikard
Hey!
Please add following code to Quick CSS
#header .widget {
left: 50%;
padding-top: 0;
position: absolute;
top: 0;
transform: translate(-50%);
}
and adjust its position as needed. Also please make sure to disable CSS minifying feature and flush browser cache.
Regards,
Yigit
still not right.. ive disabled the cache plugin but its sitting under menu still..
please help
cheers
Pete
Hey!
Please try the following instead:
#header .widget {
left: 74%;
padding-top: 0;
position: absolute;
top: -165px;
transform: translate(0%);
}
Regards,
Rikard
Rikard, you are the CSS God !!
Bless you