Site logo

Archived topic

Can't get secondary menu and main menu to line up on the right side

3 replies · Started by Jessica on June 10, 2022

Viewing posts 1–4 of 4

Hi there, I have a secondary menu set on my GP site but can't figure out what to change to get the right edge of it to line up with the right edge of the main menu below it. I've tried adjusting the container, padding, etc. all in the Customizer. Would love any help, thanks!

Site is https://awe.gojkemail.com/
Password awexpeditions

Thanks!

Hi there,

simplest fix is to add this CSS:

@media(min-width: 769px) {
    .secondary-nav-above-header .secondary-navigation .inside-navigation.grid-container {
        padding-right: 30px;
    }
}

That worked, thanks so much!

You're welcome

This archived topic is closed to new replies.