Hello, I have a waiting page and it does not work on the Iphone. Images are too large and scrolling does not work. Is it possible to function the same on the mobile when scrolling the page?
Hey mleite1,
Are you referring to the last section with the contact info? If so it looks like you have added the contact information in the actual image, could you try to add it as text instead maybe?
Best regards,
Rikard
Hello Rikard, thanks for your feedback.
The problem is on the whole page. Everything is great and is on the mobile screen. Did you try to open it on your mobile?
How to solve this?
Hi!
Could you please provide a screenshot of the issue? The site looks fine on emulation. What is the actual model of your iPhone? If you’re testing on an iPhone with retina display, you should double or triple the size of the background images.
Cheers!
Ismael
Dude, thanks for the feedback.
I use Iphone 6, Samsung Tab 8 and Ipad 3. Everyone has this view. Watch video.
LINK VIDEO
http://www.screencast.com/t/MxXM9Dllfem
Hi,
Try adding this code to Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top #main .avia-bg-style-fixed {
background-size: 100% auto !important;
}
}
Let us know if it helps.
Best regards,
Nikko