Page 1 of 1

Using fixed header layout grid

Posted: Sat Feb 13, 2021 5:39 pm
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.

Re: Using fixed header layout grid

Posted: Sat Feb 13, 2021 6:04 pm
by Pablo
A fixed layout grid will not affect other floating content in HTML, because it's not part of the document flow.

Re: Using fixed header layout grid

Posted: Mon Feb 15, 2021 6:57 pm
by Bucky108
Understood but can the designer reflect that?

Re: Using fixed header layout grid

Posted: Mon Feb 15, 2021 7:00 pm
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.

Re: Using fixed header layout grid

Posted: Mon Feb 15, 2021 7:12 pm
by Bucky108
OK thanks.