-
No problem 🙂
Ok i think the way to go is to get all the items inside the Navigation. And then we can look at the CSS to arrange them.1. Remove any CSS you have for positioning the logo and the navigation.
2. you have an element that is adding the
container_barra_busqueda_desktopsearch bar.
Can you change its Hook to:inside-navigation3. in Customizer > Layout > Headear, activate the Navigation as Header option.
Make those changes and let me know
-
agruostudio
Dear David,
I have followed the steps you provided and made the necessary changes:
I removed all the CSS related to the positioning of the logo and the navigation.
I changed the hook of the element adding the container_barra_busqueda_desktop search bar to: inside-navigation.
In the Customizer > Layout > Header, I activated the Navigation as Header option.Thank you for guiding me through this process.
Best regards,
-
Try this CSS:
nav.main-navigation:not(.toggled) .menu-toggle, nav.main-navigation:not(.toggled) .container_barra_busqueda_desktop { order: -1; } nav.main-navigation:not(.toggled) .navigation-branding { margin-inline: auto !important; } nav.main-navigation:not(.toggled) .menu-toggle { margin-left: 10px; margin-right: 70px; }
- You must be logged in to reply to this topic.