• Hello,

    I have discovered that a website I created is not centered on iPhones and iPads. I have tried to solve the issue on my own and have not been able to do so. Here is what I have in the style.css document that is related to mobile devices:

    @media screen and (max-device-width: 320px) {
    
    }
    
    /* Portrait */
    @media screen and (max-width: 320px) { body { opacity: 1; } }
    
    @media all and (orientation: landscape) {
    
    }

    I am concerned that the page cannot be re-sized for iPhones/ipads because of the large width of the website. Is it possible to center this website on iPhones? If so, any advice is greatly appreciated.

    Link to Website:
    https://www.birdsandhoney.com/

    Screenshot of Problem:
    https://imageshack.us/a/img209/4837/iphoneerror.jpg

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Website Not Centered on Ipone/Ipad’ is closed to new replies.