Page 1 of 1

Layout Grid Not Centering In Smaller Overflow

Posted: Sat Apr 02, 2022 4:42 pm
by protectourlands
I have a layout grid with 4 equal columns - 3/3/3/3 horiz center, vert top, fluid. At 640 breakpoint I need it to change to 2 columns with 2 rows. At 640 I set the grid to 6/6 and overflow to custom 6/6. Works perfectly at 640, but at the 480 and 320 breakpoint with the same configuration only the top row centers. The overflow row in these lower breakpoints shows horiz left positioning.

How can I get the overflow row to center in the lower breakpoints like it does in the 640 breakpoint?

Re: Layout Grid Not Centering In Smaller Overflow

Posted: Sat Apr 02, 2022 5:22 pm
by Pablo
You will need to set the alignment of the overflow columns, otherwise for those columns the alignment is undefined.

- add the overflow columns in the column editor , so you can set the the alignment
- click OK
- remove the overflow columns again
- do this for all breakpoints.

Re: Layout Grid Not Centering In Smaller Overflow

Posted: Sat Apr 02, 2022 6:04 pm
by protectourlands
Perfect! Thank you Pablo. I knew I was doing something wrong. So simple.

All the best to you