oh sorry! :D
Hi,
maybe you can figure out, how to adapt the custom css code to avoid the unwanted behavior of superimposing and cropping.
Thanks!
Worked, thanks! Ticket can be closed now :)
I have uploaded the default enfold logo and the same problems appear.
The link is within the private content. The logo has a size of 340px * 156px
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!