Using fixed header layout 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
Bucky108
 
 
Posts: 122
Joined: Mon Apr 20, 2020 8:15 pm

Using fixed header layout grid

Post by Bucky108 »

Try this simple test:

Add layout grid
Under Style give it a solid color
Make padding bottom 50
Add 2nd layout grid
Under Style give it a different solid color
Make padding bottom 50
Preview and see 2 solid bars
On first layout grid change position to header(fixed)
Preview and see only first solid bar
On second layout grid make top margin 50
Now see both bars (and now as you add more objects header stays fixed)
Question - why is it necessary to add the margin on the second grid? In design, you now see a space between the two.
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Using fixed header layout grid

Post by Pablo »

A fixed layout grid will not affect other floating content in HTML, because it's not part of the document flow.
Bucky108
 
 
Posts: 122
Joined: Mon Apr 20, 2020 8:15 pm

Re: Using fixed header layout grid

Post by Bucky108 »

Understood but can the designer reflect that?
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Using fixed header layout grid

Post by Pablo »

The current behavior is intentionally, otherwise the first floating layer or layout grid falls behind the fixed header and then you can now longer access it to change the properties.
Bucky108
 
 
Posts: 122
Joined: Mon Apr 20, 2020 8:15 pm

Re: Using fixed header layout grid

Post by Bucky108 »

OK thanks.
Post Reply