Flexbox or CSS Grid
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Flexbox or CSS Grid
Hi, I am still exploring the use of the Layout Grids. My question though is that when is it appropriate to use Flexbox or CSS Grid for grid systems? Also can I use both grid systems on the same page?
Re: Flexbox or CSS Grid
With flexbox (and css grid) , you can also use ordering and vertical alignment.
I recommend to use one system per page to prevent conflicts.
I recommend to use one system per page to prevent conflicts.
Re: Flexbox or CSS Grid
The style window is a generic window, used by multiple object.
However, not all elements do support styles. In that case, the predefined option will be disabled.
However, not all elements do support styles. In that case, the predefined option will be disabled.
Re: Flexbox or CSS Grid
Okay thanks, I'll keep that in mind.