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

Re: [css-d] Flex issue/question

2019-03-05 Thread Tom Livingston
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. On Tue, Mar 5, 2019 at 4:54 AM Vince Aggrippino wrote:

Re: [css-d] Flex issue/question

2019-03-05 Thread Tom Livingston
Super! Thanks so much! Still wrapping my head around flex's abilities... On Tue, Mar 5, 2019 at 4:54 AM Vince Aggrippino wrote: > On Sat, Mar 2, 2019 at 4:55 AM Tom Livingston wrote: > > > > Hello listers, > > > > Is it possible to do the following with flexbox? > > > > mobile (just a stack, no

Re: [css-d] Flex issue/question

2019-03-05 Thread Vince Aggrippino
On Sat, Mar 2, 2019 at 4:55 AM Tom Livingston wrote: > > Hello listers, > > Is it possible to do the following with flexbox? > > mobile (just a stack, no flex yet): > 1 > 2 > 3 > > desktop (two-column with different order): > 2 1 > 3 > > Struggling with this... > TIA @media (

Re: [css-d] Flex issue/question

2019-03-04 Thread Tom Livingston
The only way, so far, that I've been able to get close was using flex-direction: column; and assigning a fixed height to the parent causing the children to wrap, which is not something I want to do for obvious reasons. Fixed heights are rarely a good idea. On Mon, Mar 4, 2019 at 11:48 AM Wade Sma

Re: [css-d] Flex issue/question

2019-03-04 Thread Wade Smart
As your page grows from mobile to desktop you would assign your 2nd column order and grow properties. 2 would either grow at a expanded rate constantly pushing the column out to the side or be a constant. You could also tackle this in a totally different way: with your php code (or whatever logic

Re: [css-d] Flex issue/question

2019-03-04 Thread Tom Livingston
I'm afraid I'll need a little more info than that. On Mon, Mar 4, 2019 at 11:40 AM Wade Smart wrote: > flex grow. > -- > Registered Linux User: #480675 > Registered Linux Machine: #408606 > Linux since June 2005 > > On Mon, Mar 4, 2019 at 10:30 AM Tom Livingston wrote: > > > > I'm good on using

Re: [css-d] Flex issue/question

2019-03-04 Thread Wade Smart
flex grow. -- Registered Linux User: #480675 Registered Linux Machine: #408606 Linux since June 2005 On Mon, Mar 4, 2019 at 10:30 AM Tom Livingston wrote: > > I'm good on using the order property, my issue is how I can get 3 divs to > go from 1 stacked column to 2 columns on desktop. Can I do th

Re: [css-d] Flex issue/question

2019-03-04 Thread Tom Livingston
I'm good on using the order property, my issue is how I can get 3 divs to go from 1 stacked column to 2 columns on desktop. Can I do that with flex? 1 2 3 becomes: 21 3 2 being it's own column, 1 and 3 stacking in a second column. On Sat, Mar 2, 2019 at 8:01 AM Wade Smart w

Re: [css-d] Flex issue/question

2019-03-02 Thread Wade Smart
Crap.. sorry, didnt reply to the group. Check out the Order property. https://developer.mozilla.org/en-US/docs/Web/CSS/order I had to go find it but I had learned about this in class. When you are in mobile mode you and specify 2 to be first in order but when in desktop mode you are 1 2 3 in ord

[css-d] Flex issue/question

2019-03-01 Thread Tom Livingston
Hello listers, Is it possible to do the following with flexbox? mobile (just a stack, no flex yet): 1 2 3 desktop (two-column with different order): 2 1 3 Struggling with this... TIA -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx