Site logo

Archived topic

White space below header on home page

12 replies · Started by Matt on August 20, 2021

Viewing posts 1–13 of 13

There is this white block below the header on the home page, I have no idea why. Need some help removing it. site is activedirectorypro.com

Hi Matt,

That's the top part of the site container.

If you want to remove this padding only on the home page, try this CSS:

.home.separate-containers .inside-article {
    padding-top: 0;
}

Let me know if this helps :)

Thank you that did it. Now there is a thin bar between the header and the larger section below it.

Try to add this CSS as well:

.home.separate-containers .site-main {
    margin-top: 0;
}

Am I doing something wrong to cause this? It seems odd that by just adding a group with two columns that there are these display issues.

Still has issues when I changed it.

Here is what I'm doing. I add a group, I change it to full width, change its background color to white and add content (header and some posts).

I just did this on my home page and there are two gray bars to the left and right (it seems like space between blocks)

The content full width fixed it. Thank you

I tried GenerateBlocks but it crashed the page I used it on :(

This archived topic is closed to new replies.