[Resolved] Display Posts on Blog Page in a single Container

Home Forums Support [Resolved] Display Posts on Blog Page in a single Container

Home Forums Support Display Posts on Blog Page in a single Container

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #992525
    Jiren

    Hello, I want my Blog Page to have the same look like this sites.

    -all posts in a single container and separated by a simple separator

    I could not find anything related to this, so far and maybe my post will help others as well.

    #992579
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a shot:

    .separate-containers .site-main>* {
        margin-bottom: 0;
    }
    
    .inside-article {
        border: 0;
        box-shadow: 0 0 0;
    }
    
    .site-main {
        border: 1px solid rgba(232,234,237,1);
        box-shadow: 0 0 10px rgba(232,234,237,.5);
    }
    
    .blog .site-main > article,
    .archive .site-main > article {
        border-bottom: 1px solid #eee;
    }

    Let me know ๐Ÿ™‚

    #992586
    Jiren

    Worked like a charm. Thank you very much.

    #993046
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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