Tagged: logo size
Hello
I have a transparent header and the white version shrinks down as you scroll. When it changes to the black version I would like it to stay the same size as the smaller white versio within the header not get bigger again and fill the space – is this possible?
Thank you
Hey sensiblekaren,
What do you mean by “When it changes to the black version I would like it to stay the same size as the smaller white versio within the header not get bigger again and fill the space”?
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hello please see a mock up of what I am trying to achieve attched
Hi sensiblekaren,
I am seeing it like this when the header shrinks.
Best regards,
Victoria
Yes that’s right the black version of the logo fills the header space with the top of the logo touching the top and the bottom touching the bottom of the the header area. In my mockup in the link the black logo is smaller and has white space around it. Is this possible?
Hi sensiblekaren,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.header-scrolled.header-scrolled-full .logo img {
width: 80%;
margin-top: 5px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you this is great it worked.
I have another issue regarding the logo image now being stretched in Chrome only. But have started another thread to address this.