Hi,
I want to add a short text below the logo without affecting changes to the menu. Unfortunatetly, the older solution seems to be outdated or not complete. I cannot handle these issues without messing up the position of the menu. Could you please write a more up to date version including the css code?
Thank you!
Hi Ph_Bl!
Try this out, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, it will add a widget area to your header and you can drag a text widget to it.
Cheers!
Elliott
Thanks for your reply!
The following custom css code leads to the solution, that the text is below the logo:
/* General Custom CSS */
#header .widget {
left: 0;
position: absolute;
top: 0;
}
But unfortunately there are some issues maybe based on the length of the text, which is longer then the width of the logo. When I am decreasing the window size, then the menu entries superimpose on the text, and when the mobile menu appears then the text is cropped.
Can I handle these issues within the #header .widget css or do I have to adapt the logo css, and in which way do I have to do this?
Thank you again!
Hi!
Can we do please have a link to your web site?
That will help us understand exactly the problem and provide you with a correct solution.
Thanks a lot for your time and patience
Cheers!
Basilis
Hi,
maybe you can figure out, how to adapt the custom css code to avoid the unwanted behavior of superimposing and cropping.
Thanks!
oh sorry! :D