The main menu

  • Unknown's avatar

    There is so much space between the menu and content starts for desktop and when on mobile that is worse. How can I fix it?

    Site: (email visible only to moderators and staff).
    WP.com: Yes
    Correct account: Yes

  • Hey there, while this theme is designed for plenty of space, you could reduce it with some CSS if your plan supports that:

    @media only screen and (min-width: 482px) {
    .site-header {
        padding-top: calc(.5*var(--global--spacing-vertical));
        padding-bottom: calc(.5*var(--global--spacing-vertical));
    }
    
    .site-main { padding-top: 0px; }

    You could also choose a theme that just has less space around the menu by default. If you change themes, you’ll likely be prompted to replace the front page. You don’t have to; if you do, though, you can rescue the old page design from https://wordpress.com/pages/drafts .

    Hoping that helps!

  • The topic ‘The main menu’ is closed to new replies.