yekta
-
Help, cant use min and max width in multi-column layout
Yeah, that's what I was afraid of, really appreciate you thinking through this! Guess I'll keep track of things in JS then, Thank you very much.
-
Help, cant use min and max width in multi-column layout
Not all the columns are actually going to be 300px. Aside from the min-max 'column-one' we've been discussing, some columns may be also be static 425px wide. If by source-order you mean will column-one always start at col index 0, t…
-
Help, cant use min and max width in multi-column layout
The columns need to always be centered with equal margin on both sides, sorry I didn't make that clear. When the viewport is less than 1200px, col 1 isn't shrinking while 2 and 3 are still 300 and still fit. That is the problem. At 1074…
-
Help, cant use min and max width in multi-column layout
Per the above description: when the viewport shrinks, what I need to happen first (before any column is dropped) is for the column-one to shrink, but only until 415px width. (In real life) There will be as many columns as can fit on the screen (hen…
-
Help, cant use min and max width in multi-column layout
I may just have to do this with JS, though I was really hoping there's a CSS way to do it.
-
Help, cant use min and max width in multi-column layout
Thanks for the explanation: I can't use a % width because I will never know the exact width it should be. You see, I will have a dynamic number of columns in there, not just 2 or 3. Setting it to 35% width would have an inconsistent behavior…
-
Help, cant use min and max width in multi-column layout
Sorry I've been staring at this problem too long, where would they logically be applied?
-
Help, cant use min and max width in multi-column layout
OK, a simpler version of what I'm trying to do. Any help is greatly appreciated: http://codepen.io/anon/pen/zkjsc