Archived topic
main navigation logo too small
15 replies · Started by Farokh on December 8, 2016
Hi,
main navigation logo is just too tiny.
Any suggestions?
lingaline.com
Thanks
The navigation logo adjusts to fit inside the navigation at whatever height you have it set to (Customize > Layout > Primary Navigation).
You can adjust the height like this: https://generatepress.com/forums/topic/mobile-header-logo-optimal-size/#post-241570
no matter how much I increase primary navigation height. The logo remains tiny.
You might need to actually save the option in the Customizer and reload - I need to add the instant resizing to the navigation logo.
Reload works, thanks.
No problem :)
I think I am having the same issue...
What do you mean by "reload"
Here is what it does currently.
http://www.keepbaseballgreat.com/wp-content/uploads/2016/12/Screen-Shot-2016-12-12-at-12.15.12-PM.png
Thanks!
Once you save the setting and refresh the Customizer/view the live site, it should be fine.
I'll get this fix into the next version.
Hmmm Ive tried every which way to save and then refresh, but doesnt seem to take?
Any other ideas?
Can you link me to your site?
Ah, you added this custom CSS:
.header-image {
width: 100px;
height: 100px;
}
That's forcing the width to be 100px, even though the height is much less.
You can fix that with this CSS:
.main-navigation .sticky-logo,
.main-navigation .sticky-logo img {
width: auto;
}
Ugh... should have thought of that... sorry.
Is that the right way to display the logo on the left? That code was the only way I could get it to be crisp. It seems a little off center horizontally from the menu.
Thanks for your help!
No problem!
This might be a better method to vertically align the logo and navigation: https://generatepress.com/forums/topic/center-menu-with-logo/#post-233209
Hi Tom,
I have the same issue could you advise :
site logo is still too small.
Thanks