AT Feature Section scaling on iPhone - Acme Themes

Best Premium and Free WordPress Themes Forums Construction Field AT Feature Section scaling on iPhone

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53740
    dphelps
    Participant

    The background image doesn’t scale correctly on iPhones for the AT Feature Section widget. It looks fine on other devices.

    Our url is http://bceaglemfg.com

    #53790
    acmethemes
    Keymaster

    Dear dphelps,
    Such issues are common for the iOS devices as Safari browser still does not support background-attachment: fixed; property. But it should not appear
    on the Android devices.
    But you can add the following CSS code in Additional CSS for removing the blurry image from all mobile devices
    Appearance > Customize > Additional CSS

    @media(max-width:767px){
        .at-parallax {
           background-attachment: scroll !important;
       }
    }

    (Note: It will change in all mobile devices)

    Best Regards!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.