• Resolved gilestalbot82

    (@gilestalbot82)


    There’s some white space I can’t get rid off under my header.

    I believe it has something to do with it being sticky. When I disable sticky header the white space disappears, but then I lose my sticky header.

    It also seems to only appear on the archive/blog feed template, it’s fine on the single post template.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    It seems that the site logo is assumed to be square in aspect. Since you used a rectangle, there is a blank space below your logo. A very hacky fix in the customizer’s Additional CSS:

    .elementor-1517 .elementor-element.elementor-element-3ceadcc6 {
        height: 90px;
    }

    For a more proper fix I suggest asking in Elementor’s support forum where their staff should know how to more properly fix this.

    Thread Starter gilestalbot82

    (@gilestalbot82)

    thanks for the detective work @bcworkz

    Inside the header, I changed the logo size to custom and entered the correct dimensions. this fixed the bug.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Elementor Pro + Hello theme: What is this white space under my header?’ is closed to new replies.