[Resolved] Logo on right in navigation bar

Home Forums Support [Resolved] Logo on right in navigation bar

Home Forums Support Logo on right in navigation bar

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #262033
    Aaron Redman

    Hi,
    I have added my logo in the navigation bar (what a great thing to be able to do in customize). Is it possible to move the logo to the right of the menu items as opposed to the left where it seems to default?
    Thanks,
    Aaron

    #262035
    Leo
    Staff
    Customer Support

    Hi Aaron,

    Are you referring to sticky menu logo or just the main navigation?

    #262036
    Aaron Redman

    I added the logo under layout>Primary Navigation>Navigation Logo. I made it stick+static

    #262040
    Leo
    Staff
    Customer Support

    Try uploading the logo in Customizer > Site Identity, then you can reposition it in Customizer > Layout > Header > Header Alignment, or adjust Navigation Position in Customizer > Layout > Primary Navigation.

    Then change to Sticky only

    Let me know if this helps.

    #262048
    Tom
    Lead Developer
    Lead Developer

    You can actually just use a little snippet of CSS to position to navigation logo to the right:

    .site-logo.sticky-logo {
        float: right !important;
    }
    #262052
    Aaron Redman

    I am not sure I was clear. The image is how I have it now with an arrow showing where I’d like it πŸ™‚
    LogoNavBar fix

    #262053
    Aaron Redman

    Perfect Tom! Should have refreshed the page before I posted again πŸ˜›

    #262193
    Tom
    Lead Developer
    Lead Developer

    Glad I could help πŸ™‚

    #431151
    liorsade8

    hi tom.
    this doesnt work for me.
    example site:
    http://avi.s178.upress.link/
    i need the logo to be on the right instead of left.
    thanks

    #431155
    liorsade8

    it’s not working because of the line code:
    position:absolute;
    when i delete it it’s floating to the right when i use:
    .site-logo.sticky-logo {
    float: right !important;
    }

    but….
    i need the floating logo to be like in here:
    https://docs.generatepress.com/article/navigation-logo/
    in the bottom. when the logo floats off the menu, but to the right…
    please help.
    thanks.

    #431156
    liorsade8

    never mind for now… i think i managed… will let u know…
    thanks

    #431196
    Tom
    Lead Developer
    Lead Developer

    No problem – glad you got it working πŸ™‚

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