100% width Css issue only on mobile safari

后端 未结 5 2114
既然无缘
既然无缘 2021-01-30 11:41

Here is the site in question: www.prestigedesigns.com

The problem is that my header and footer won\'t stretch to their assigned 100% but only on iPhone/iPad.

I\

5条回答
  •  梦谈多话
    2021-01-30 11:55

    Just a hunch as I can't actually test it, but the foot element you have within footbar is set to an absolute width in pixels while the footbar is set to % - the same with your header element - try switching these to % too?

提交回复
热议问题