Archived topic
2 & 1 column in one static page
1 reply · Started by Daniel on January 5, 2019
Hello there,
I’m struggling with a simple layout task.
Here is my site: https://internetchallenge.de/
-
homepage is now the latest posts site. I would like to have a static page instead, with exactly the same 2 column layout.
-
Underneath the 2 column, I would like to have a 1-column layout like here: https://internetchallenge.de/about/
How can I bring a combination of the two sites into one?
Thank you!
Daniel
Hi there,
First you will need to make set a static page as the front page:
https://codex.wordpress.org/Settings_Reading_Screen
Unfortunately making columns that are separated isn't very easy to do currently as Gutenberg columns don't have built-in gutter options.
I don't know if there are any columns plugin that offer it either.
I would recommend starting with Gutenberg columns first then go from there.
Otherwise you will need to use one of the plugins suggested here:
https://docs.generatepress.com/article/creating-columns/#using-plugins
But again I don't think you can have a separate container columns like that without some custom coding.