Header Logo Not Showing

Hi

My logo isn’t showing when I view my site. When in the customization area, I set the logo and “save” my changes, but upon viewing the site, no logo is displayed

When I unchecked the “sticky header” option the logo will now appear, but it is still really high (like the first image shows) compared to the navigation items. How I can I make this a little lower so it is better centered within the heading area?

Hi @rmay,

Sorry to hear of the problem you are having.

I have tested it on my test site and it’s working fine for me using latest version of Sparkling theme even setting the “sticky header” option.

How I can I make this a little lower so it is better centered within the heading area?

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

div#logo {
    margin-top: 10px;
}

Change the value 10px in the above code to make the logo more lower or upper.

Best Regards,
Movin