[Resolved] How to remove the gap on the front page.

Home Forums Support [Resolved] How to remove the gap on the front page.

Home Forums Support How to remove the gap on the front page.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2337943
    Jusung

    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!

    #2338000
    David
    Staff
    Customer Support

    Hi there,

    You can use this CSS:

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

    Thank you!

    it works well!

    #2338243
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.