Archived topic
Navigation Logo - size (sticky + static)
10 replies · Started by generatepressuser on March 11, 2019
Hello
Is it possible that the logo is not being very small when scrolling down? The navigation menu is sticky and will smaller with the menu text, thats okay, since only being smaller a little bit. But the logo on the left side is being smaller too much. Is there an option so it will not so small but still readable?
Thanks
p.s.
the png logo file is 77.3Kb and the resolution is 5688x2512 .
Hi there,
the navigation logo size is defined by the Menu item height in the nav, you can set this separately for the Primary nav and the sticky nav. So increasing the menu height will improve the logo size.
There is also 10px padding placed around the logo, which you can remove ( or reduce ) with CSS:
.main-navigation .navigation-logo img {
padding: 0 !important;
}
Thank you, but this does not change anything when I try it. For now I deactivated sticky and selected Static navigation logo placement.
I cant see that CSS added anywhere , or a change in the Menu Item height... let me know.
Hi, after I tested, I deleted it again, but now I have put it inside again and changed to "sticky+static" again.
Thanks
I tweaked the CSS above, as its being called before the theme style sheet.
The biggest change will still be by increase the menu item height in the primary and sticky nav.
I see, now I have changed Menu Item Height in primary and sticky nav from 60px to 100px only to test it, but now you can see, its changing correctly when I am on the top of the website. But when I scroll down, the log itself is always shrinking to very small as before.
Strange, but its not so bad since I dont must use sticky menu so there are options :)
in Customizer > Layout > Sticky Navigation there is a separate Menu Item Height... change that yo see the difference.
Ah yes thats much better, so now its sticky and I have put it to 60px so its not being smaller when scrolling down.
Thank you
Awesome - glad to be of help