Archived topic
Grid-Layout with GB
3 replies · Started by Stefanie on January 3, 2023
Hi there,
I am trying to recreate such a layout with GP and GB: freelo
and I have two questions:
1. How can I make the container sit in the center of the page (specifically the distance from the top and bottom of the screen)?
2. is it possible to create such a grid-layout with GB?
Thank you!
Hi Stefanie,
1. You can add this CSS:
body {
padding: 40px;
}
2. Yes, it's possible, but kinda of tricky, I marked the structure below:
https://www.screencast.com/t/o5SynnwYMPVr
In Grid 2 > container 2, you will need to add another Grid, the 3 yellow box are the grid containers of the this Grid.
Hi Ying,
this support is even faster than GeneratePress itself 😉👍
Thanks a bunch, your screenshot really helps and I can go further now!
Good night (in Germany 🥱)
Good night :)
Feel free to open a topic if you run into any difficulties, we're happy to help!