Page 1 of 1

Move Card Container with margin

Posted: Tue Oct 22, 2019 4:58 am
by wb_user
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

Re: Move Card Container with margin

Posted: Tue Oct 22, 2019 6:47 am
by Pablo
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

Posted: Tue Oct 22, 2019 9:56 am
by wb_user
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
are any Alternatives for fixed/absolute layouts?

Re: Move Card Container with margin

Posted: Tue Oct 22, 2019 11:13 am
by Pablo
Absolute Cards (without a container) can be positioned anywhere you like.

Re: Move Card Container with margin

Posted: Wed Oct 23, 2019 7:20 am
by wb_user
Pablo wrote: Tue Oct 22, 2019 11:13 am Absolute Cards (without a container) are be positioned anywhere you like.
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 structure

Re: Move Card Container with margin

Posted: Wed Oct 23, 2019 8:04 am
by Pablo
I'm sorry, this is only possible in a flexible layout.