Site logo

[Support request] menu structure

Home Forums Support [Support request] menu structure

Home Forums Support menu structure

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2485533
    Jusung

    the menu width is too narrow.
    Is there a way to increase it?

    the menu structure is broken when I reduce the window size

    #2485566
    Fernando
    Customer Support

    Hi Jusung,

    Can you remove this code in your Additional CSS:

    .main-navigation:not(.toggled) .main-nav > ul {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        }

    Then, add this:

    .header-wrap > .main-navigation > .inside-navigation {
        justify-content: center;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.