I figured it was something that flex wasn't right for. Thank you Eric!


On Wed, Mar 6, 2019 at 2:23 PM Eric A. Meyer <e...@meyerweb.com> wrote:

> On 5 Mar 2019, at 9:51, Tom Livingston wrote:
>
> > Ran into one issue with this. If, on desktop, the amount of content in
> > "two" is more than "one", "three" gets pushed down and stays below
> > "two". I
> > played with align-items and align-content but was unsuccessful in
> > stopping
> > it from happening.
>
> In flexbox, each flex line is as tall as its tallest flex item-- much
> the same way line boxes are as tall as the tallest bit of text or other
> inline content within that line box.  The next flex line is laid out
> immediately after the previous flex line.
>
> If you want three to be able to float upwards to snuggle up with one
> when two is taller than one, then don't use flex, use floats.
>
>
>
-- 

Tom Livingston | Senior Front End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com


#663399
______________________________________________________________________
css-discuss [css-d@css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to