Archived topic
Header logo not showing up on site
1 reply · Started by Robin on October 30, 2018
I have just about racked my brain trying to figure why my header logo with not show up on the desktop. I created a element for the site header and put the logo and menu together. I also made the two sticky. No logo shows up util I scroll the page, then I see the small logo with the smaller menu.
Anyone have any ideas why the main log is not showing up??
Thanks, Rob
Hi there,
SVG logos need a size assigned to them so you would need some CSS:
.site-logo {
width: 100px;
}
GP 2.2 which has just been released in Alpha will give you an option to size the logo in the customizer, so this won't be necessary in the future.
Alternatively is to just use the Navigation logo and set the nav logo to be display on sticky and static.