Finally a good grid layout plugin
-
This is the plugin I always wanted/needed. It only adds minimal stuff to the dom unlike some other layout plugins, it’s easy to use, and it works as described.
Also, this plugin actually makes use of CSS Grid Layout. Many other “Grid Layout” plugins I’ve tried use a bunch of Javascript and abolute positioning etc… yuck.
The only thing I’d like to see added, is an option for grid-gap. Currently the only way to space things out is with margin/padding, unless you manually add grid-gap to the parent element in your theme.
Edit: I just saw that there’s a page-wide horizontal gutter setting, but to accomplish the gutters, it adds padding to the child elements and negative margin to the parent element. And it’s only horizontal. Grid-row-gap and grid-column-gap would be preferable.
Still, this is a top plugin and I hope gets some traction. I’ll probably end up using it on all future sites!
- The topic ‘Finally a good grid layout plugin’ is closed to new replies.