Archived topic
Does GeneratePress have a library of reference ready-made custom classes?
1 reply · Started by Sebastian on October 14, 2019
Does GeneratePress have a library of reference ready-made custom classes?
In particular, I would like to create a variety of columns 1:1, 1/2:1/4:1/4, etc to display content in a post using Sections (I'm assuming that's the right way to go for this) but am not sure how to do this.
Please advise
Thanks!
Hi there,
Here is the built-in grid system:
https://docs.generatepress.com/article/creating-columns/#using-built-in-unsemantic-grid
However, this is really the old method and will eventually be phased out at some point.
My recommendation would be to try Gutenberg and columns block and see if you are able to create the desired layout.
Another solution is to use flexbox and create some simple columns similar to this example:
https://docs.generatepress.com/article/split-header-three-sections/
Let me know if this helps :)