[Support request] Align Primary Menu with Sidebar Widget

Home Forums Support [Support request] Align Primary Menu with Sidebar Widget

Home Forums Support Align Primary Menu with Sidebar Widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #613487
    Lucas

    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

    #613494
    David
    Staff
    Customer Support

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.