Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS iphone zooms in my theme Re: iphone zooms in my theme

#141548
Eric Gregoire
Participant

I got it working in-browser, but I saw it in Safari. I’ll just go through the changes I made in what is likely ‘footer.php’ and your main stylesheet for the theme using the Safari inspector:

  1. Change center tag in footer to div
  2. Change #footer to a width of 100% instead of 480px
  3. For #footer p add display:inline, float left and remove bottom margin
  4. For #footimages remove width and margin, float right and nudge it up a tiny bit with a negative top margin (I liked -15px).

There’s likely better ways to clean this up, but this is what I was capable of in-browser.