[Support request] Custom Header

Home Forums Support [Support request] Custom Header

Home Forums Support Custom Header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2389323
    Stefano

    Hi, I am trying to split the header into 3 columns (logo, menu-1 and menu-2) using menu widgets but I have a css problem.

    How can I horizontally align menu-1 and menu-2?

    Thanks
    Stefano

    #2389579
    David
    Staff
    Customer Support

    Hi there,

    before we get into that – you do realise that those Widgets are not responsive ? So there won’t be hamburger menu on mobile.

    Is that what you want ?

    #2396901
    Stefano

    Yes certainly.
    From mobile I don’t make them visible. I need to use these widgets only from desktop.

    #2396908
    David
    Staff
    Customer Support

    Try this CSS:

    
    .header-widget ul.menu {
        display: flex;
        column-gap: 20px
    }
    .header-widget .widget_nav_menu:first-child {
        margin: auto;
    }
    #2396923
    Stefano

    Thanks as always for the support 🙂

    #2397020
    David
    Staff
    Customer Support

    Glad to be of help

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