Page 1 of 1

Cards in Flex Container

Posted: Wed Jan 16, 2019 5:28 pm
by Bluesman
Hi. Struggeling with inserting cards to a Flex Container. I have cards for viewing different products; headline, priceline, image, buy button... I want them to "wrap" in a specific width, not schrincing down to 320 pxl. The width of the cards getting to tight.
Don't have anything published yet, but maybe can get a hint...?

Re: Cards in Flex Container

Posted: Wed Jan 16, 2019 6:14 pm
by Pablo
To be able to help you I need to know more details.

Related FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134

Re: Cards in Flex Container

Posted: Wed Jan 16, 2019 6:42 pm
by Bluesman
Ok Pablo... first question: Does cards work with Flex Container?
Next. Can I make the cards wrap when they reach a specific width? As you can see in this publiched example the cards just schrincing down. I want them to wrap in earlier state before they getting to tight... So when in wide mode I just want it to contain 3 cards, and wrap
https://www.chevere.ec/richy_flex_test/ ... items.html

Re: Cards in Flex Container

Posted: Wed Jan 16, 2019 10:01 pm
by Pablo
Yes, cards work with flex containers.

Related tutorial
http://www.wysiwygwebbuilder.com/cards.html
(see the demo project 'carddeck')

You can define different settings for the flex container (and cards) in breakpoints.

Re: Cards in Flex Container

Posted: Wed Jan 16, 2019 10:32 pm
by Bluesman
Pablo wrote: Wed Jan 16, 2019 10:01 pm Yes, cards work with flex containers.

Related tutorial
http://www.wysiwygwebbuilder.com/cards.html
(see the demo project 'carddeck')

You can define different settings for the flex container (and cards) in breakpoints.
That's the problem. I shall not use breakpoints in this site... in layout grids for example you can set a breakpoint for just the grid… should be perfect for the Flex container to...

Re: Cards in Flex Container

Posted: Thu Jan 17, 2019 7:55 am
by Pablo
I'm sorry, that is not how flexbox works.

Re: Cards in Flex Container

Posted: Sat Jan 19, 2019 12:54 pm
by Bluesman
Ok... Thanks Pablo, have to stick with breakpoints then... :D