Site logo

Archived topic

Align Primary Menu with Sidebar Widget

1 reply · Started by Lucas on July 2, 2018

Viewing posts 1–2 of 2

Hi guys

Love GeneratePress - thanks for such a great theme.

I'm trying to align our primary menu with the right-hand edge of the sidebar widget. The image below shows what we're trying to achieve.

Any help on how to get there would be super. Thanks. :)

Example

Lucas

Glad to hear you're enjoying GP.
You can try this CSS:

@media (min-width: 420px) {
    .main-navigation:not(.slideout-navigation) .inside-navigation {
    padding-right: 0 !important;
    }
}

Note that the menu item has padding, so there will still be a small space to the right of the item title.

This archived topic is closed to new replies.