Site logo

[Resolved] Replace gp search

Home Forums Support [Resolved] Replace gp search

Home Forums Support Replace gp search

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #1275101
    David
    Staff
    Customer Support

    Try this CSS:

    #mobile-header.has-branding .menu-toggle {
        order: -1;
        margin-right: auto;
    }
    #mobile-header {
        position: relative;
    }
    
    .site-logo.mobile-header-logo {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    #1275118
    Thomas

    Come on guys, it’s ridiculous how fast you are answering 🙂

    That’s great again, David!

    Would it be ok to change those values

    .site-logo.mobile-header-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    }

    to position the logo right beside the menu item or is there a more elegant way? centered looks kinda weird to me 🙂

    #1275156
    David
    Staff
    Customer Support

    To align it aside of the Menu then remove the last 2 CSS rules i.e. Just add this instead:

    #mobile-header.has-branding .menu-toggle {
        order: -1;
        margin-right: auto;
    }
    #1275170
    Thomas

    Great!

    Thanks again for your amazing support.

    I guess this one is completely solved for me 🙂

    Cheers

    #1276517
    David
    Staff
    Customer Support

    Glad we could be of help

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.