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
			
			
									
						
										
						cards position in flex continer
					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
	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
- Pablo
- Posts: 23908
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: cards position in flex continer
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
			
			
									
						
										
						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

