[Resolved] Middle icon menu over the menu

Home Forums Support [Resolved] Middle icon menu over the menu

Home Forums Support Middle icon menu over the menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #395029
    META

    Hi! I want the icon of the menu to be over the menu not inside the menu.
    I want the menu div to be where the red line is in the picture. I try to play with the width, but I think is not the right way to do it. I try the z-index and position: relative but it doesn’t work. Can you please provide me the right CSS for this kind of design?
    https://imgur.com/a/i6n3Z

    Can you please help me to figure out how to do this?

    #395059
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link me to what you have so far?

    #395338
    META
    #395412
    Tom
    Lead Developer
    Lead Developer

    Try setting your navigation alignment to center.

    #395486
    META

    I figure out some css that is closed to what I need. But the logo is overlapping a menu item ???
    Can you help me figure out what I am missing ?
    http://wordpress-98152-298815.cloudwaysapps.com/accueil/
    I apply the zindex class to the picture (logo)

    .zindex {
        height: 200px;
        width: 250px;
        z-index: 1;
        position: absolute;
        overflow: hidden;
        top: -32px;
        left: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }
    #395544
    META

    I found the solution. I give the menu item a bigger width.

    #395622
    Tom
    Lead Developer
    Lead Developer

    Glad you got it working! 🙂

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