[Resolved] split or boxes??

Home Forums Support [Resolved] split or boxes??

Home Forums Support split or boxes??

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #79462
    Michael

    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

    #79486
    Tom
    Lead Developer
    Lead Developer

    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;
    	}
    }
    #109422
    Tom
    Lead Developer
    Lead Developer

    My new columns plugin is released, and is fully responsive without the use of any CSS: https://wordpress.org/plugins/lightweight-grid-columns/

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.