Page 1 of 1

Flexbox or CSS Grid

Posted: Tue Jul 26, 2022 4:37 am
by romlim
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

Posted: Tue Jul 26, 2022 6:21 am
by Pablo
With flexbox (and css grid) , you can also use ordering and vertical alignment.
I recommend to use one system per page to prevent conflicts.

Re: Flexbox or CSS Grid

Posted: Tue Jul 26, 2022 8:58 am
by romlim
Thanks I got it. Another thing, I encounter this problem. I was trying to style a column using the "Predefined Style" but the custom css style dropdown options is inactive. Here is the screenshot.
Image
I was wondering... how can I access the style options?

Re: Flexbox or CSS Grid

Posted: Tue Jul 26, 2022 9:16 am
by Pablo
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.

Re: Flexbox or CSS Grid

Posted: Tue Jul 26, 2022 9:55 am
by romlim
Okay thanks, I'll keep that in mind.