[Resolved] Turn off logo display on mobile on scroll

Home Forums Support [Resolved] Turn off logo display on mobile on scroll

Home Forums Support Turn off logo display on mobile on scroll

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1218593
    Lucy

    Hi there

    I hope you are all keeping well and sane!

    I am trying to turn off the site logo on mobile on scroll – I was able to do it by setting display to none but then the menu button jumps over to the right so I’m guessing there much be a better way.

    Please let me know if you need any further information.

    Many thanks
    Lucy

    #1218679
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    #mobile-header.navigation-stick .site-logo {
        display: none;
    }
    .main-navigation.has-branding .menu-toggle, .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
        margin-left: auto;
    }
    #1219107
    Lucy

    Perfect! Thank you.

    #1219807
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.