Flexbox or CSS Grid

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
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
Post Reply
romlim
 
 
Posts: 26
Joined: Mon Jul 18, 2022 3:09 pm

Flexbox or CSS Grid

Post 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?
User avatar
Pablo
 
Posts: 23399
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Flexbox or CSS Grid

Post 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.
romlim
 
 
Posts: 26
Joined: Mon Jul 18, 2022 3:09 pm

Re: Flexbox or CSS Grid

Post 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?
User avatar
Pablo
 
Posts: 23399
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Flexbox or CSS Grid

Post 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.
romlim
 
 
Posts: 26
Joined: Mon Jul 18, 2022 3:09 pm

Re: Flexbox or CSS Grid

Post by romlim »

Okay thanks, I'll keep that in mind.
Post Reply