Best Premium and Free WordPress Themes › Forums › Medical Circle Pro › Header Image › Reply To: Header Image
June 3, 2019 at 6:30 am
#54615
Keymaster
Dear Torsten,
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 code in Additional CSS. It will solve the issue.
Appearance > Customize > Additional CSS
@media(max-width:767px){
.inner-main-title {
background-attachment: scroll !important;
}
}
(Note: It will change in all mobile devices)
Best Regards!