WordPress mobile view issue with iOS

  • Unknown's avatar

    Hi everyone !
    I have an issue with mobile views on iphones. On android devices everything works fine. I also tried to set the specific width and height for iphone xr but it still doesn’t work.

    I have tested my website in google mobile friendly test and everything was ok.

    This is my code for big and small screens(mobile devices):
    body {
    background-image: url(‘https://f13.am/wp-content/uploads/2020/08/ass-1.png’);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    }

    @media
    only screen and (max-width: 660px) {
    body {
    background-image: url(‘https://f13.am/wp-content/uploads/2020/08/mobiledevicelogo2.png’);
    background-position: fixed;
    background-repeat: no-repeat;
    }
    }

    The blog I need help with is: (visible only to logged in users)

  • Hi there!

    I’m afraid that your site is not hosted with WordPress.com. It is a site using the open-source WordPress software (from WordPress.org) but hosted elsewhere.

    Because WordPress.com and WordPress.org are two entirely separate entities, we cannot access files or data for sites that are hosted elsewhere, so we can only assist with sites that are hosted on our servers. You can read more about the differences between WordPress.org software and WordPress.com here:
    https://wordpress.com/support/com-vs-org/

    You can look for help at the community forums here: https://wordpress.org/support/forums/

    http://wordpress.org/support/ is also a great resource for sites using the open-source WordPress.org software.

  • The topic ‘WordPress mobile view issue with iOS’ is closed to new replies.