Re: [css-d] Flex issue/question

2019-03-06 Thread Karl DeSaulniers
Try 1 float right clearing right (only for first-child) 2 no float, but clear right. 3 float right but clear both (only for last-child) all display:inline-block Best, Karl DeSaulniers Design Drumm http://designdrumm.com > On Mar 6, 2019, at 1:22 PM, Eric A. Meyer wrote: > > On 5 Mar 2019,

Re: [css-d] Flex issue/question

2019-03-06 Thread Tom Livingston
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 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 pus

Re: [css-d] Flex issue/question

2019-03-06 Thread Eric A. Meyer
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 f