Page 1 of 1

Master Page in for Layout Grid not working

Posted: Thu Apr 25, 2019 6:06 pm
by chapy
I am having problems using a Master Page Layout Grid.
The Link for the files is:
https://www.dropbox.com/sh/8ah2n95jl0ej ... auK7a?dl=0

Master Page set up
I have a Header in Master Page with an image inside.
I have a grid below header with a Menu for the site and a text item called Menu.

I have a Footer in Master Page with an image & text.

I have a breakpoint of 480.
When I publish, the Home page and the News page is not responsive and the header image covers up the menu.
The header & footer images are not responsive, but jump from full size to half size prior to a 480 page break.

I can't figure out what is happening.
Help would be appreciated.

Re: Master Page in for Layout Grid not working

Posted: Thu Apr 25, 2019 6:28 pm
by Pablo
The mode of your page header is set to default, so it has absolute coordinates and therefore so it will overlap floating content.

If you also want the page header to be floating then set Mode to 'floating'
Or if you want to fixed it set Mode to 'fixed' and add a margin to the first element after the page header so the header does not overlap the floating content.

Re: Master Page in for Layout Grid not working

Posted: Tue Apr 30, 2019 4:22 am
by chapy
Thanks. That worked.