Breakpoints. How to set elements
Posted: Thu Mar 14, 2024 10:57 pm
Ok, this may be a silly question but i really don't find how to do it. I made a breakpoint for 768px (to exemplify) and later i want to add more. When this breakpoint triggers I want to change the format of some layout grids. For example:
Making a 3 column grid, indicating the width of each column
Default: 3 | 6 | 3
768px: 1 | 10 | 1
Also maybe if i want a smaller breakpoint I may want to make a new layout to appear only for that resolution.
Thanks
Making a 3 column grid, indicating the width of each column
Default: 3 | 6 | 3
768px: 1 | 10 | 1
Also maybe if i want a smaller breakpoint I may want to make a new layout to appear only for that resolution.
Thanks