Archived topic
Sticky header: disable logo shrinking
7 replies · Started by Janek on October 12, 2018
Hi,
Is there a way to diable stiky header/navigation logo from shrinking?
Thanks
Hi there,
try this CSS:
.main-navigation .navigation-logo img {
padding: 0 !important;
}
Hi David,
Thanks. It works. BUT: now main logo is growing comparing to navigation logo. Any fix for that so both of them are with equali sizes?
Why not just use the Navigation logo for sticky and static navigation? Instead of using the site identity logo with a floated right nav?
If i do that then somehow i have two logos on my navigation and scrolling looks even more weird :) I activated it. Please see.
So:
remove the logo from the site identity.
set the primary navigation to below header and align it right.
and in the layout > header set the padding to zero.
Excellent :)
Glad to hear that :)