NSA
Member
Good morning!
I've searched and I've dug through templates.. but I cannot seem to figure out why the Header and the Footer is not size constrained in the same way the rest of the content is.
I've set my (In "Page Setup") Max Page Width to 920px, Wide break at 900px, Medium break at 650px, Narrow break at 480px.
This has my content (from 'Home' link to 'Home' link) perfectly situated in my background. It also behaves perfectly with mobile, shrinking down to be usable on small phones/etc.
However.. my Header and Footer stretch the entire length of the page (but size correctly for mobile).
I added in the following code to the Extra CSS for the header and footer:
Which results in the header and footer being the correct initial size, but then they fail to shrink for mobile.
Ideally, there would be an option or function to get the header and footer to behave the same as the main content. Can someone help me with this please?
Thank you!
I've searched and I've dug through templates.. but I cannot seem to figure out why the Header and the Footer is not size constrained in the same way the rest of the content is.
I've set my (In "Page Setup") Max Page Width to 920px, Wide break at 900px, Medium break at 650px, Narrow break at 480px.
This has my content (from 'Home' link to 'Home' link) perfectly situated in my background. It also behaves perfectly with mobile, shrinking down to be usable on small phones/etc.
However.. my Header and Footer stretch the entire length of the page (but size correctly for mobile).
I added in the following code to the Extra CSS for the header and footer:
Code:
margin: auto;
width: 920px;
Which results in the header and footer being the correct initial size, but then they fail to shrink for mobile.
Ideally, there would be an option or function to get the header and footer to behave the same as the main content. Can someone help me with this please?
Thank you!