• When viewing my page on mobile the page content is to far “down” under my heading. There’s a blank space between my header and the page content. It’s only on the home page. Other pages are fine.

    I tryed using this CSS i found in another support-thread, but it didn’t work:

    @media screen and ( min-width: 700px ) {
      .home .entry-content h1 {
        margin-top: 0;
        margin-bottom: 0;
      }
    }
    @media screen and ( min-width: 1000px ) {
      .home .entry-content > .wp-container-9.alignwide:not(.wp-block-group.has-background) {
        margin-top: 0;
      }
    }

    I’m using a plugin to remove the page title on the front page.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi @steffenmad – did you get this issue sorted? I looked at your homepage at several mobile screen sizes but am not seeing a gap anywhere obvious between the header and your content.

    Example simulating an iPhone 12 size (375px wide):

    If you’re still seeing a gap somewhere, could you please tell me what type of device, what screen size, and what browser? Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove padding under heading’ is closed to new replies.