Archived topic
how to did i get this homepage ??
1 reply · Started by Cristiano on September 28, 2021
I would like to build something similar to this site, could you help me?
I sent inspiration site in the sensitive area.

They have the effect that the first grid (01) is fixed while the second grid (02) descends to a certain point.
I know the second grid can be reached using the “Base” from the Cards style dropdown, The WP Show Posts Pro
I’m using:
Latest version of the theme: 3.0.4
The Premium GP Plugin • Version: 2.0.3
The WP Show Posts Pro – Developer – 1.2.0
I sent inspiration site in the sensitive area, for you to review
thank you very much for your attention
Hi Cristiano,
We can do something similar with GenerateBlocks Grid as you mentioned + a bit of custom CSS.
Here's an idea.
- Create the layout using GB Grid Blocks.
- On the left side, place the "Easy soups" column.
- On the right side, place the post list of your choice. (in your case WPSP Pro)
- On the right container column, add additional CSS class as shown here - https://share.getcloudapp.com/jku4bQwP
- You then add this CSS:
.overflow-scroll {
height: 200px !important;
}
.overflow-scroll > .gb-inside-container {
overflow: scroll;
}
adjust the height value to your preference. :)
Here's a super simplified demo - https://dev-generate-press.pantheonsite.io/1707-2/ - check the blue column.