Tagged: logo header
I have an issue with the logo I want to use in the header of my website. When I upload it the normal way it places the logo in my header too small to actually make it a useful logo. I was wondering if there is an easy way that I can overlay my logo so a portion of it sits on the header and the rest overlays a small portion of the main slider. That way I can expand the logo to a useable viewable size.
Hey gatorfan02332,
Yes, but you need to use transparent background for the logo, then add this css code in Quick CSS (located in Enfold > General Styling):
#header .logo {
height: 110px;
}
Hope this helps :)
Best regards,
Nikko
Thank you very much for your help. It worked exactly like I wanted. How do I adjust the size after I place that code? I tried just changing the uploaded size but it looks like the code might have a predetermined size?
Also I just noticed that on mobile it goes back to showing the logo in the header only. Is there a fix for that was well?