Archived topic
Sticky Menu Logo Size
3 replies · Started by Paul on January 24, 2023
Hi
I've setup a merged menu / header so I get a transparent menu when you first load the site. The logo and menus here are all set correctly and look how I want them to look. However when I scroll down and the sticky menu kicks in, the logo used (different colour logo but same physical size in pixels) is a different size. How do I get it to be the same size as the initial transparent menu logo?
I've added the site into the private info area.
Thanks
Hi Paul,
Try adding this CSS:
.sticky-navigation-logo img {
padding: 20px 0;
}
Hi
Fab, that seems to have worked perfectly.
Nice :)