Site logo

Archived topic

How to remove the gap on the front page.

3 replies · Started by Jusung on September 9, 2022

Viewing posts 1–4 of 4

Hello!
When you see the front page, after the first image, you can see the gap(white color) before footer.
It is made after adding "seperate spacing 20px".
I need "seperate spacing 20px" for blog page but wanna remove the gap on the front page.
Could you help me with this?

Thank you!

Hi there,

You can use this CSS:

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

Thank you!

it works well!

Glad to hear that

This archived topic is closed to new replies.