user3857046
user3857046

Reputation: 41

page cutoff on mobile

page cutoff

Hi everyone! So I'm having some problems trying to fix my client's site that has only one page doing what is shown on the screenshot. The problem is only on mobile and tablet. I tried messing with the meta tag and changing the viewport but that only fixed the tablet and made the mobile version blow up. The already-made template has fixed widths on the header and footer and the overflow: auto. Even when I removed the overflow it didn't change anything, so maybe it's the fixed widths that's the problem? Would anyone have any suggestions for how I could fix this?

Thank you all so much! --Arielle

Upvotes: 1

Views: 73

Answers (1)

Nickfmc
Nickfmc

Reputation: 379

Easy just add the following then you can worry about viewport issues

body{ min-width:1000px; }

Upvotes: 3

Related Questions