cards position in flex continer

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

cards position in flex continer

Post by wb_user »

are flex container does not support position for cards?
I set justify content : right for flex container, but cards does not move to the right side.
demo: https://we.tl/t-ew7pxlK1Mp
User avatar
Pablo
 
Posts: 21580
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: cards position in flex continer

Post by Pablo »

The implementation of your card layout is wrong.
The max-width in combination with flex-grow/flex-shrink will make the card take the full width of the flex container.

For each card
set flex-grow to 0
set flex-shrink to 0
make maximum-width empty
Post Reply