Archived topic
Navigation Logo
5 replies · Started by Frank on August 10, 2017
I added a logo in primary navigation from customize > layout > primary navigation feature but it looks distorted. What's the optimal height / width for it? Height of my menu item is 50px.
Hi Frank,
Any chance you can link me to the site?
You can see the website here:
http://shoutkey.com/beetle
Height of my navigation logo is 50px which is same as menu item height.
Try this CSS:
.main-navigation .navigation-logo img {
padding: 0;
}
You can remove this as well:
.main-navigation .navigation-logo img {
height: 50px;
}
It works perfectly now! Thanks a lot.
No problem!