Grids for web layouts with no gutters: simpler, more practical and more flexible
1–4 of 4 posts
Re: Grids for web layouts with no gutters: simpler, more practical and more flexible
#2Yep! This is the main reason I use a hand-rolled grid and not one of the many common/popular ones.
Re: Grids for web layouts with no gutters: simpler, more practical and more flexible
#3I am not a CSS expert, but I would think there must be a reason frameworks like Bootstrap went with the gutter approach? I don't know what it is, but I suspect there is a reason because otherwise this is so much simpler to deal with.
Re: Grids for web layouts with no gutters: simpler, more practical and more flexible
#4I am not a CSS expert, but I would think there must be a reason frameworks like Bootstrap went with the gutter approach? I don't know what it is, but I suspect there is a reason because otherwise this is so much simpler to deal with.
I think it's for consistency. If any container defines its own padding inside a column, the grid will quickly turn into a mess.