[Resolved] menu in navbar

Home Forums Support [Resolved] menu in navbar

Home Forums Support menu in navbar

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #909786
    asaf

    hi,

    i add a search box to my navbar and it change the position of the menu.

    1) how can i move the menu to the left?
    2) how can i move the the social media menu in the header to the left above the search box?

    https://cooking-mood.co.il/

    thanks

    #909821
    Leo
    Staff
    Customer Support

    Hi there,

    1. Are currently using align center? Have you tried align left?
    https://docs.generatepress.com/article/navigation-layout/#navigation-alignment

    2. Try removing the left header padding:
    https://docs.generatepress.com/article/header-padding/

    Let me know πŸ™‚

    #909844
    asaf

    hi leo,

    i’m using align center but Because I added search box it change the position of the menu.

    i tried to align leftbut it does’t work.

    #909846
    Leo
    Staff
    Customer Support

    Can you change it to left so I can see the issue?

    #909853
    asaf

    this is what happened when i change it to left: https://cooking-mood.co.il/

    #909858
    Leo
    Staff
    Customer Support

    I guess the language makes it opposite.

    What happens if you change it to right?

    #909867
    asaf
    #909898
    Leo
    Staff
    Customer Support

    So setting it left and right is the same result?

    That’s likely a bug.

    Can you set it to left again and I’ll provide a CSS fix for now?

    Thanks πŸ™‚

    #909905
    asaf

    i set it to left again

    #909908
    Leo
    Staff
    Customer Support

    Sorry…having a hard time getting it to work. Can you set it to center again?

    Should be the last change πŸ™‚

    #909912
    asaf

    It’s OK πŸ™‚

    i set it to center: https://cooking-mood.co.i

    #909913
    Leo
    Staff
    Customer Support

    Add this CSS:

    .nav-aligned-center .main-navigation {
        text-align: left;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know πŸ™‚

    #909919
    asaf

    Sorry Leo,

    i Add this CSS code and now appears like this: https://cooking-mood.co.il/

    i need it to be in the centr between the search box to the logo.

    #909924
    Leo
    Staff
    Customer Support

    Ahh I thought you wanted the menu to be on the left.

    It’s not very easy to make it center.

    You could try making the custom search position: absolute; like you did with the logo.

    #909927
    asaf

    this is what happened when i do it: https://cooking-mood.co.il/

    i need a css code that move just the menu a little bit to the left when i set it to center again.

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