Archived topic
Max Mega Menu and 2 logos
5 replies · Started by Eric on May 10, 2021
Hello,
I'm trying to have 2 logos in my header and in-between the max mega menu.
I tried the solution here : https://generatepress.com/forums/topic/how-to-add-second-logo-to-primary-sticky-navigation-menu/
but unfortunately, I didn't get the expected result : 
Result can be seen on the landing page here: https://qp.sitezen.fr
I don't know what I should do to get the Max Mega Menu in between the two logos and wonder if someone can help me?
Many thanks.
Hi Eric,
Try generate_after_header_content hook instead.
Let me know :)
Hi Ying,
It's much better because now the two logos and the Max Mega Menu are on the same line.
Unfortunately, the menu appears after the second logo.
Screenshot here: 
Can be seen here : link to site
Would it be possible to have the Max Mega Menu between the two logos ? It would be great!
Thanks,
Eric.
Try this CSS:
@media (max-width: 768px) {
.inside-header {
display: flex;
}
}
Let me know :)
Hi Jing,
Very good!
I've removed the @media query because I want the max mega menu to be placed between the 2 logos even for the higher resolution.
Many thanks, Jing.
No problem :)