Archived topic
How to create boxes like generatepress.com on Premium page
3 replies · Started by Musa Ahmad on May 19, 2018
Hi,
I want to create boxes on wordpress page like generatepress.com site on Premium page that shows many modules on grid position?
Hi there,
That page is using our built in unsemantic grid:
https://docs.generatepress.com/article/creating-columns/#using-built-in-unsemantic-grid
The plugin method works just as good as well:
https://docs.generatepress.com/article/creating-columns/#using-plugins
Let me know if you need more info :)
Yes, I got it!
Thank for helping me?
But how can change/add color to the columns and add some padding to the columns?
It depends on which methods you are using.
Looks like you are using LGC?
If so try this:
.inside-grid-column {
padding: 0 20px 0 20px;
}