Archived topic
split or boxes??
2 replies · Started by Anonymous on February 24, 2015
Hi, how can I split or boxes realized with the theme? I would like to have (almost) the same home as you have it: http://generatepress.com/ Everything below "Generate Press is light weight, powerful and easy to use!" is. So the division with the icons and text underneath.
Sorry for my English.
Thank you for a Help!
regards
Michael
Hi Michael,
I use this plugin: https://wordpress.org/plugins/lightweight-grid-columns/
Then I use this CSS to make them responsive:
@media screen and (max-width: 768px) {
.column-grid .column {
width: 100%;
margin: 0;
padding: 0;
float: none;
}
}
My new columns plugin is released, and is fully responsive without the use of any CSS: https://wordpress.org/plugins/lightweight-grid-columns/