Site logo

Archived topic

Main menu full width is not working, but sticky menu does

3 replies · Started by Nydia on July 9, 2019

Viewing posts 1–4 of 4

Hi, I'm working on a website and I would like to have the main menù full width, I choose "navigation full width" on customize panel (also "inner navigation width"), but it is not working. I can't find the way to make the main menu full width, a strange thing is that the sticky menu (full width) is working ok. What should I do?

Thank you
Nydia

Hi there,

you have this CSS in the Customizer > Additional CSS:

@media (min-width: 769px) {
    body {
        margin: 0 30px;
    }
}

Remove that CSS.

Thank you!

You're welcome

This archived topic is closed to new replies.