Site logo

Archived topic

main navigation logo too small

15 replies · Started by Farokh on December 8, 2016

Viewing posts 1–15 of 16

Hi,

main navigation logo is just too tiny.

Any suggestions?

lingaline.com

Thanks

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 :)

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!

Hi Tom,

I have the same issue could you advise :

http://sbsmy.com/

site logo is still too small.

Thanks

This archived topic is closed to new replies.