Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    To fix it, try adding the following custom CSS code into your site’s additional CSS option (Appearance > Customize > Additional CSS).

    
    @media only screen and (max-width:1024px){
      
      .panel-row-style[data-hasbg="hasbg"]{
        background-attachment: scroll !important; 
      }
      
    }
    

    Let me know how it goes.

    Regards,
    Kharis

    Thread Starter deftdanny

    (@deftdanny)

    Perfect! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile version issues with background images’ is closed to new replies.