Archived topic
Split menu in primary navigation
5 replies · Started by Josep C. on January 26, 2021
Viewing posts 1–6 of 6
Hello, I am trying to put a menu on the left side of the primary navigation and another part on the right next to the search engine, as the image indicates. It's possible?
Thank you!

Hi there,
can you share a link to your site so i can see the current layout ?
Hello David!
I send you the link to the site.
Thanks!
Hi,
Try adding this CSS:
@media(min-width:769px){
div#primary-menu {
flex: 1 1 auto;
}
li#menu-item-1304 {
margin-left: auto;
}
}
It works perfectly!
Thank you very much Elvin!
Nice one. No problem. :)
This archived topic is closed to new replies.