Tagged: 4.5
I’m running into an issue where full screen images set in Color Sections are not retaining the “background image position” on the mobile devices. I believe that the images are just centered. This is creating some issues with design implementation on my site.
I’ve checked this on iOS (iPhone 6, iPad) and android device.
Site: http://www.robbshirey.com
The image on the home screen is set to Center Top but is not displaying in this manner on mobile devices.
Any assistance is greatly appreciated!
Hey RobbShirey,
use this code for mobile:
@media only screen and (max-width: 989px) {
.av-parallax-inner.main_color.avia-full-stretch {
background-size: 100% 30% !important;
background-position: -266px 0px !important;
}}
and adjust if needed.
Best regards,
Andy