Site logo

Archived topic

Site Logo vs. Navigation Logo

1 reply · Started by James on February 17, 2018

Viewing posts 1–2 of 2

Hi Tom & Leo,

can you help me understand what the site logo is and where it appears when you load a logo into that section?

It seems I can only get a logo to show when I load in navigation logo section but nothing appears when I load in a site logo.

I do have header block removed (not showing) in GP on the page layout settings could this be why ... I'm thinking site logo only shows in the header area itself and if that's the case since I'm not showing the header no need to load a site logo correct?

Also for the navigation logo I see the recommended size is 300x70 so I created one exactly that size but on the live site it scales down to a smaller size is there somewhere I need to go to ensure that the logo size stays the same?

Thanks.

James

Hi James,

You are absolutely correct on the site logo question :)

There is a padding applied to the navigation logo which makes your logo a bit smaller, we can remove it with this CSS:

.main-navigation .navigation-logo img {
    padding: 0;
}

Let me know.

This archived topic is closed to new replies.