Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #130799
    RangeIsClear
    Participant

    Hey !

    First Thanks for supporting Topics before.

    When i look on the ipad my site http://www.rangeisclear.com the background is in the One Side mit in correct Size and in the other Side not fixed

    In Handy and Desktop Everything is Perfect.

    How to fix this Problem ?

    #130817
    tikaram
    Keymaster

    @rangeisclear : Go to Appearance => Customize => Additional css and add the following css.

    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : landscape) {
    	body.custom-background {
    		background-attachment: scroll;
    	}
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #130819
    RangeIsClear
    Participant

    Hey @tikaram

    i am really sorry, but this doesn´t work…..

    #130882
    tikaram
    Keymaster

    @rangeisclear : Can you please provide the screen shot of the page as it appears when viewing in the iPad.

    Regards,
    Tikaram

    #131178
    RangeIsClear
    Participant

    hello !

    i am really sorry for my late answer, but i had two funerals at the moment…..

    These are the screenshots from my ipad

    Screenshot from my iPad

    Screenshot iPad

    this is a screenshot from my macbook, i think you can see a big difference.

    Screenshot MacBook

    Hope you can help me

    #131232
    tikaram
    Keymaster

    @rangeisclear : Sorry for the previous reply. Please remove the previous additional css. When the css is removed I don’t seem to find any issue with the background. Can you please explain further what needs to be done ?

    Regards,
    Tikaram

    #131250
    RangeIsClear
    Participant

    @tikaram

    now i have removed the additional css, but now the picture is again not in the correct size and also scrolls with the text and is not fixed like on macbook or windows pc or handy……

    what can i do ?

    #131510
    tikaram
    Keymaster

    @rangeisclear : I talked with the development team and it looks like the issue exist in safari only when the background-attachment : fixed; is used on ios devices. For the time being we do not have any other option than waiting, until they fix the issue in safari. Its a bug in the browser as all other browsers are displaying the same content correctly. Sorry for the inconvenience. Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Problem with background’ is closed to new replies.