Tagged: enfold, sticky header
hi,
i am using the Sticky Header with Shrinking Header unchecked. When the page is scrolled, the logo increases in size and the nav links become bold. How do I stop those two behaviors from happening so that the Sticky Header looks the same before and after the page scrolls.
Thanks
Hey Paul!
Go to Enfold > Header > Header Transparency and remove the logo set there.
Best regards,
Josue
Thank you Josue.
another issue that i’m having is that i’m trying to use an SVG for the logo. it appears ok, but forces itself to be centered in the header, not left justified.
any thoughts?
thanks
paul
Can you post a link to the svg you’re trying to use?
Cheers!
Josue
Hey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.avia-mozilla .logo img {
width: 100% !important;
height: 100% !important;
}
If that does not help, please upload your svg logo and then let us know
Best regards,
Yigit
also tried this one
thanks josue
http://www.techhubinc.com/wp-content/uploads/2016/03/tech-hub-logo-340×156.svg
Ok, can you set it as the logo in the actual site so we can try to debug it?
ok. i added the css per your instructions and changed the logo to the svg.
thanks
paul
Add this:
.logo img {
height: 70px;
}
thanks josue.
it works. not sure how it works, but it does.
seems like no matter what value i put in it doesn’t really change the height, just the alignment.
interesting.
SVG can be weird sometimes but glad it works :)
Regards,
Josue