Hi Goderd,
So this is what’s going on - dbl click your symbol “navbar cc” on the home page in mobile view - then dbl click “Navbar - Menu Left” - then under navbar row > navbar group - you’ll see “Brand” click on this once and look over at your selector tags on this element (top right).
You’ll see there is a tag of “current” on this - this tag is used to make a different set up on the page it is current to (you’d usually use this for something like hiding the button on your navbar for the page you are currently on, so you wouldn’t see the home button on the home page, etc. ) - Also, notice that when it has "current selected, it has a top margin of 80px.
If you go to one of the other pages and click down in the interaction the same way, you’ll see without the “current tag” there is no longer a margin of 80px and the brand slides up.
To fix - remove the current tag and add 80px to the top margin, this should correct the element for all of the pages.
- Also I looked and don’t seem to see any differences happening with the footer between the pages but if you could rehash that problem and be a bit more specific - I can take another look (although it might be a similar problem occurring).
Hope that helps!
Best,
Jeff Wagar