hi
i try to move Card Container with margin method but i see problems in preview. are margin for Card Container is standard way for Moving it form place to another place in page?
demo: https://we.tl/t-9s07TzSjoc
Move Card Container with margin
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
Re: Move Card Container with margin
A card container is a floating element (like a layout grid or flex container), so it should be used in a flexible layout, not in an fixed/absolute layout.
Please see the is related tutorial to learn about the different layout modes:
http://wysiwygwebbuilder.com/layout_modes.html
Please see the is related tutorial to learn about the different layout modes:
http://wysiwygwebbuilder.com/layout_modes.html
Re: Move Card Container with margin
are any Alternatives for fixed/absolute layouts?Pablo wrote: Tue Oct 22, 2019 6:47 am A card container is a floating element (like a layout grid or flex container), so it should be used in a flexible layout, not in an fixed/absolute layout.
Please see the is related tutorial to learn about the different layout modes:
http://wysiwygwebbuilder.com/layout_modes.html
Re: Move Card Container with margin
Absolute Cards (without a container) can be positioned anywhere you like.
Re: Move Card Container with margin
yes, but i like to find a way to use cards like Card Container - Conveyer Belt in fixed/absolute layouts. it is very beautiful And it shows the site New structurePablo wrote: Tue Oct 22, 2019 11:13 am Absolute Cards (without a container) are be positioned anywhere you like.
Re: Move Card Container with margin
I'm sorry, this is only possible in a flexible layout.