• Resolved heydjude

    (@heydjude)


    Hi,
    Is there a way for the site-logo to display on sticky menu in mobile? Currently, don’t see it when scrolling up and down – only able to see the hamburger menu.

    Thanks for the lovely theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @heydjude,

    Could you please provide URL to affected website/page?
    Do you experience the issue at theme demo website too?

    Thanks and best regards,

    Oliver

    PS: Please note that I provide official support at https://support.webmandesign.eu/forums/forum/michelle/

    Thread Starter heydjude

    (@heydjude)

    Hi Oliver,

    Thanks for replying. Yes, the logo on your demo sites also show same behaviour on mobile i.e. Logo only shows on page render on top. When you scroll down, the sticky menu does not show logo – only menu & search icon.

    Maybe this is how the theme is built? Not sure.

    Thanks!

    Oh, now I understand your issue.

    Yes, this is intentional and by design in the theme.

    If you want to display logo also for stuck header on mobile screens, use this custom CSS:

    @media (max-width: 1279px) {
    
    	.has-scrolled:not(.has-navigation-toggled) .site-header .site-branding {
    		display: block;
    	}
    
    	.has-scrolled:not(.has-navigation-toggled) .site-header-content>:last-child {
    		margin-left: 0;
    	}
    
    }
    Thread Starter heydjude

    (@heydjude)

    This worked perfectly, Oliver. Many many thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Logo on sticky menu’ is closed to new replies.