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.
Using fixed header layout 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
Re: Using fixed header layout grid
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
Understood but can the designer reflect that?
Re: Using fixed header layout grid
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
OK thanks.