Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Menu right next to the new search function

  • I want the menu right next to the new search function and not centered. How do I have to set this? Or can it be that a custom code produces this?

  • Hi Samuel,

    Can you provide the link to the site in question?

  • Soory, sure

  • Try adding this through Appearance > Customize > Additional CSS:

    div#primary-menu {
        order: 1;
    }
  • I misspoke, I don’t want to change the order but reduce the distance. So the menu elements should be further to the right of the search field.

  • Hi there,

    can you share a link to the site ?

  • Hi David, it’s in the Private information section 🙂

  • Any Updates here?

  • Hi Sam,

    I’m not seeing a private info section attached to your post – I don’t believe this is a bug on our end.

    Can you confirm?

    Thanks!

  • very funny. i am 100% sure that i had deposited something there. Can it be that the new forum deletes this info over time?

    Anyway, the infos are now back in…

  • Can you try this instead?:

    .header-wrap .inside-navigation.grid-container {
        justify-content: flex-start;
    }
    
    .header-wrap .inside-navigation.grid-container .site-logo {
        margin-right: auto;
    }
  • Love it. Thanks, Fernando.

    Any forward perspective that we can eventually style our main navigation with gen blocks?

  • You’re welcome, Samuel!

    Well, for now, to alter the Header fully through GB, you’d need a Block Element – Site Header through GPP.

    Another route is to use a Block Element – Hook.

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