Hi there,
That should be pretty easy as the example site is also using GeneratePress.
Try the following step first:
– Make sure the Blog module is activated:
https://docs.generatepress.com/article/installing-gp-premium/#activate-your-modules
– Go to Customizer > Layout > Blog and check to display posts in column and choose 3 columns:
https://docs.generatepress.com/article/using-columns-in-the-blog/
– Set the content type to excerpt and word count to 0:
https://docs.generatepress.com/article/blog-content-layout/#archives
– Add this CSS:
.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);
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That should be it.
Let me know 🙂