Archived topic
How I can make logo same size as on this site
6 replies · Started by Former User on August 15, 2021
Hello,
I am trying to make logo be shown on same size as on first site bellow on desktop, tablet and mobile on my site which is second one. How I can achieve this?
Thank you
Sara
Hi there,
the Navigation Logo gets it height from the Menu Item Height, so you would need to match the same styles your example site uses. The simpler option would be just to use some CSS:
.main-navigation .navigation-branding img {
max-height: 40px;
padding: 0;
}
Hello David,
Thank you very much, worked perfectly :)
Glad to hear that
Hello David,
Just one thing can you check on mobile for me because it seems in sticky menu logo gets bigger, where I should check this on customizer?
Thanks!
Can you enable the sticky nav so i can see the issue?
Can you enable the sticky nav so i can see the issue?