[Resolved] Menu Toggle / Logo / Search Icon Layout on Mobile

Home Forums Support [Resolved] Menu Toggle / Logo / Search Icon Layout on Mobile

Home Forums Support Menu Toggle / Logo / Search Icon Layout on Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1006665
    Anthony

    I’ve found this article here: https://docs.generatepress.com/article/centering-logo-mobile-header/

    But I can’t seem to get the Search Icon to float right.

    Everything else looks in place.

    #1006687
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .mobile-bar-items {
        margin-left: auto;
    }
    #1006689
    Anthony

    Right out!

    My log is a tad un-centered but I can probably figure it out from here.

    Thanks, David!

    Anthony

    #1006692
    David
    Staff
    Customer Support

    That would be the left margin attached to logos – this to remove it:

    .site-logo.mobile-header-logo {
        margin-left: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.