[Resolved] Logo in canvas menu

Home Forums Support [Resolved] Logo in canvas menu

Home Forums Support Logo in canvas menu

Viewing 15 posts - 1 through 15 (of 26 total)
  • Author
    Posts
  • #1478010
    _blank

    Hello,

    My canvas menu area looks like this: http://prnt.sc/uvb1i3
    Is there a way that I can add my logo and the user account in the canvas menu area like this: http://prnt.sc/uvb2gp

    Thanks so much for your help
    Best wishes
    Hannah

    #1478096
    David
    Staff
    Customer Support

    Hi there,

    logo can be added in Customizer > Layout > Mobile Header.

    For the Account Icon we can use a Hook Element – do you have an SVG icon for the account link?

    #1478167
    _blank

    Great it worked. Thank you so much.
    The hamburger menu is on the right now though, even though the settings are set to left.

    http://prnt.sc/uvdref

    For the Account Icon we can use a Hook Element – do you have an SVG icon for the account link?
    We are so happy with the cleaness. We decided to leave it with only logo, menu and shop cart.
    Thanks a lot πŸ™‚
    Best
    Hannah

    #1478235
    David
    Staff
    Customer Support

    Add this CSS to position the Menu to the left of the logo:

    .main-navigation.has-branding .menu-toggle {
        order: -1;
        margin-right: auto;
    }

    Then you can remove the Mobile Menu Label text from the Customizer > Layout > Primary Navigation – so it just displays the icon. This will help center your logo as well πŸ™‚

    #1483167
    _blank

    Wonderful thank you so much! It looks GREAT πŸ™‚

    #1483175
    David
    Staff
    Customer Support

    Glad to be of help.

    #1505180
    _blank

    May I ask another question:
    Is there a way to center the logo: http://prnt.sc/v7b58d
    Thank you so much πŸ™‚
    Best wishes
    Hannah

    #1505184
    Leo
    Staff
    Customer Support

    Can you link me to the page in question?

    Thanks πŸ™‚

    #1505190
    _blank

    https://www.yogajunkies.com

    Here you go πŸ™‚

    #1505199
    Leo
    Staff
    Customer Support

    Try this:

    @media (max-width: 768px) {
        .site-logo.mobile-header-logo {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            z-index: 200;
            margin-left: 0 !important;
        }
        #mobile-header .mobile-bar-items {
            margin-left: auto;
        }
    }
    #1505205
    _blank

    Looks incredible!! THANK YOU SO SO MUCH πŸ™‚

    #1505208
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #1528478
    _blank

    Hello

    my canvas menu looks great when directly going on the website:
    http://prnt.sc/vi29kp

    But I noticed that when scrolling down, the burger menu moves to the middle into the logo:

    http://prnt.sc/vi29ps

    Can you help me with this?
    Thank you so much πŸ™‚
    Best Hannah

    #1528612
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .mobile-header-navigation.is_stuck  .menu-toggle {
        order: -1 !important;
    }
    #1529422
    _blank

    Amazing!!!!! THANK YOU SO MUCH!

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