Site logo

Archived topic

menu structure

1 reply · Started by Jusung on January 6, 2023

Viewing posts 1–2 of 2

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

the menu structure is broken when I reduce the window size

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;
}
This archived topic is closed to new replies.