[Resolved] Max Mega Menu and 2 logos

Home Forums Support [Resolved] Max Mega Menu and 2 logos

Home Forums Support Max Mega Menu and 2 logos

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1773063
    Eric

    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 : 2 logos and a menu in between: possible?

    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.

    #1773178
    Ying
    Staff
    Customer Support

    Hi Eric,

    Try generate_after_header_content hook instead.

    Let me know πŸ™‚

    #1774465
    Eric

    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: screenshot of the two logos and the menu
    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.

    #1774687
    Ying
    Staff
    Customer Support

    Try this CSS:

    @media (max-width: 768px) {
        .inside-header {
            display: flex;
        }
    }

    Let me know πŸ™‚

    #1775297
    Eric

    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.

    #1776198
    Ying
    Staff
    Customer Support

    No problem πŸ™‚

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