Hi. Playing with cards inside a Flex Container... Wonder if this behavior in WWB 14.3.1 is correct or I can prevent it in some way? Look at this screenshot... the cards I'm inserting to the Flex container continous out of the viewport to the right. When this happens I can't reach the cards that disapears to the right, but when published it works correct ??
1. make a Flex Container
2. Make product cards as in the project
3. Cards: Minihight 480, Minwidth: 230
4. Make: 12 and insert in the Flex Container
5. When more than 5 they disapears outside the viewport (page size) ?
Pablo wrote: Thu Jan 24, 2019 12:39 pm
The settings do not make sense to me (and probably also not for the application).
I suggest to try:
flex grow: 1
flex shrink: 1
flex basis:
for all cards
I did... and it corrected the issue. Think I was a little lost in the settings after a while But now it make sense. Gracias Pablo.
Sorry for the occupation of your time...