[Resolved] Navigation as header issue with menu elements

Home Forums Support [Resolved] Navigation as header issue with menu elements

Home Forums Support Navigation as header issue with menu elements

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1108661
    TRISQUELMEDIA S.L. (B74037078)

    Hi:

    I wanted to center my main menu vertically with respect to the logo, for that I used the option “Navigation as header” .

    For that, you have to expand the height of the menu items, the problem is that when I hover over a menu item, the highlighted box is huge (due to having extended the height of the menu items). This also causes the submenu to open very low.

    Any way to solve this problem?

    #1109023
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Are you sure you need to increase the height of the menu item? Things should align center by default.

    If not, can you link me to your site showcasing the issue?

    Let me know ๐Ÿ™‚

    #1109492
    TRISQUELMEDIA S.L. (B74037078)

    Not in my case, screenshot

    null

    My site is http://www.tqmdesarrollo.com/guiasdelpicu/

    Menu is not aligned vertically with the logo

    (now is deactivate Navigation as header, because if i decrease menu item height logo is too small)

    #1109896
    Tom
    Lead Developer
    Lead Developer

    Give this CSS a shot:

    @media (min-width: 769px) {
        .inside-header {
            display: flex;
            align-items: center;
        }
    
        .site-logo {
            margin-right: auto;
        }
    }
    #1111864
    TRISQUELMEDIA S.L. (B74037078)

    Thxs works!

    #1112474
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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