Page 1 of 1

Layout Grid: how I add width ?

Posted: Thu Mar 06, 2025 8:08 pm
by manuel_songokuh
Hi

I want to change pixel for width of column , now use that x1 until x12..but I wish example first column = 410, second column = 1200, third column = 410 = 1920..how?

Or

Layout I put my items stuff but layout to be scalable of screen (Firefox ctrl+maius+m = visual size screen I can see scalable ..)

Sorry for English

Re: Layout Grid: how I add width ?

Posted: Thu Mar 06, 2025 8:23 pm
by Pablo
A layout grid only support up to 12 columns.
Alternatively, you can use a flexgrid, which allows you to define custom column sizes.

I do not recommend to use fixed column size in pixels.

Re: Layout Grid: how I add width ?

Posted: Thu Mar 06, 2025 8:44 pm
by manuel_songokuh
Pablo wrote: Thu Mar 06, 2025 8:23 pm A layout grid only support up to 12 columns.
Alternatively, you can use a flexgrid, which allows you to define custom column sizes.

I do not recommend to use fixed column size in pixels.
i did tried flexgrid with fixed column size in pixel but problem: flexgrid is not scalable when change size of screen.. maybe is there option for scalable for flexgrid?

Re: Layout Grid: how I add width ?

Posted: Thu Mar 06, 2025 9:02 pm
by Pablo
A fled grid is flexible by design.

Related tutorial:
https://www.wysiwygwebbuilder.com/flexgrid_part1.html