I am just trying the Grid bric in Blocs 5 and would like to know how to alter the grid at different break points. I currently have a 4 x 2 grid and would like the grid to collapse into just one column when at the smallest breakpoint. Is this possible? Any help appreciated.
(post deleted by author)
@KBConcepts Thanks for that but I was hoping to be able to achieve it with just Blocs 5 without any additional purchase.
Hi @pixelarte
You can control the number of columns per breakpoint by just adding or deleting them.
You delete the column using the trash can icon on the top of the column. Don’t worry the content in that column will reflow into the remaining columns.
The Grid Custom Blocs Pack - not that I’ve checked them out - looks like it’s made with rows and columns, some negative margin and absolute positioning. So rather the Grid system that Bootstrap offeres anyway (the Bootstrap Grid). I don’t see any interesting layouts that you can do with css grid and working with spans and overlapping content. That’s still something I haven’t figured out to do with Blocs CSS Grid functionality.
@PeteSharp Thanks for that it worked perfectly.Much appreciated.
