Best Premium and Free WordPress Themes › Forums › Corporate Plus › Header Photo does not appear in IPhone Browsers › Reply To: Header Photo does not appear in IPhone Browsers
June 9, 2023 at 4:38 am
#107293
Participant
Dear janwillemvdzee,
You can add the CSS code below in Additional CSS
Appearance > Customize > Additional CSS
@media(max-width: 768px) {
#at-banner-slider{
background-attachment:scroll !important
}
}
Best Regards!