Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1203916

    I am using a background image in a grid so that when the person scrolls the page they get a fixed image result. (the link and access is provided below in Private.)
    – When I view on desktops, everything shows up as it should (in both PC and Mac)
    – When I vew on an Android mobile device, the image shows.
    – When I view on iPhone (any model) the image does not show.

    Could you please check this out and advise?
    Thanks much!

    #1204035

    Hey laptophobo,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 990px) {
      .avia-safari  #supportrose.av-flex-cells .no_margin {
        background-attachment: scroll !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1204227

    that worked! thanks.

    #1204236

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘fixed background grid image not viewing on ios’ is closed to new replies.