[Resolved] How can i remove blank space between two posts on my homepage.

Home Forums Support [Resolved] How can i remove blank space between two posts on my homepage.

Home Forums Support How can i remove blank space between two posts on my homepage.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1439633
    Vikas

    This is the screenshot of the issue i want to solve – https://ibb.co/pQjFwPN. I want to remove the blank space that is in between consecutive posts on my home-screen.
    My website link if you want to take a look – https://techbhay.com

    #1439636
    Leo
    Staff
    Customer Support

    Hi there,

    Would one container layout option work for you?
    https://docs.generatepress.com/article/content-layout/

    Let me know ๐Ÿ™‚

    #1439649
    Vikas

    Actually i just want the post section to combine widgets are fine seperated.

    #1439651
    Leo
    Staff
    Customer Support

    Ok try this CSS;

    .blog.separate-containers .site-main > *, .archive.separate-containers .site-main > * {
        margin-bottom: 0;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Then remove this CSS from Additional CSS field in the customizer:

    .inside-article, .sidebar .widget, .comments-area {
        border: 1px solid rgba(232, 234, 237, 1);
        box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
    }
    #1439660
    Vikas

    Thanks works like a charm.

    #1439695
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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