• Resolved claxius

    (@claxius)


    Under the header you can see a big white gap. I’m trying to get the image right up against the header. I used the inspect element tool to look at the code that was making the gap, but I have no idea where to find it in the theme files. Any ideas where I can find it and delete it? This gap is on every page.

    Thank you.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello claxius,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .entry-content p {
      display: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter claxius

    (@claxius)

    Thank you for your help. That code did work, however it created some other issues. One, it sorta ‘crunched’ the content of the pages and actually deleted content (or made it disappear), instead of just sliding everything up. Do you know why?

    @claxius
    When you use boxed or content-boxed layout for the container, Astra applies a margin of 4em to top and bottom. You can remove top margin with following CSS –

    #primary {
    margin-top:0;
    }

    Though I observed that there are blank <p> tags added to your pages that are adding some space at the top. Try removing it from your editor.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help deleting white space under header’ is closed to new replies.