Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #282149
    walkingchile
    Participant

    Hi there! I wonder if you can help me with the following. I have set up the web in order to have a fixed background image. That works well in the desktop version of the theme. Nevertheless in the mobile version the image “scrolls down” with the text. Can you help me with this please? http://www.walkingchile.com. Best regards

    #282207
    Skandha
    Participant

    @walkingchile: Hello there,
    I checked your site and the background image seems to be fixed on both desktop and mobile devices. Can you please the issue on different devices?

    Kind Regards,
    Skandha

    #282281
    walkingchile
    Participant

    Here I have recorded the problem on both safari and chrome (phone) Link

    #282593
    Skandha
    Participant

    @walkingchile: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media handheld, only screen and (max-width: 668px) {
        body.custom-background{ 
         	background-attachment: scroll;
        }
    }

    Let me know if this solves the issue on ios devices.
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Web vs Mobile Background Image Different Display’ is closed to new replies.