Home › Forums › CSS › iphone zooms in my theme › Re: iphone zooms in my theme
July 4, 2013 at 11:37 am
#141548
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:
- Change center tag in footer to div
- Change #footer to a width of 100% instead of 480px
- For #footer p add display:inline, float left and remove bottom margin
- 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.